Show / Hide Table of Contents

Interface IApplicationInformationService

Declarations related to application information.

Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IApplicationInformationService

Methods

GetApplicationVersion()

Returns the SQL Race application version number.

Declaration
string GetApplicationVersion()
Returns
Type Description
System.String

Application version string.

GetDatabaseVersion(String)

Returns the SQL Race database version number for the connection string.

Declaration
string GetDatabaseVersion(string connectionString)
Parameters
Type Name Description
System.String connectionString

The connection string.

Returns
Type Description
System.String

Database version string.

Back to top Generated by DocFX