Mimer Data Provider v9.2

MimerConnection.ServerVersion Property

Gets the version of the database server to which the client is connected.

[Visual Basic]
Public ReadOnly Property ServerVersion As String
[C#]
public string ServerVersion {get;}

Property Value

The version of the connected server. The default value is an empty string ("") until the connection is opened.

See Also

MimerConnection Class | Mimer.Data.Client Namespace