Mimer Data Provider

MimerConnection.ServerVersion Property

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

[Visual Basic]
Public Property ReadOnly ServerVersion As String
[C#]
public string ServerVersion { get; }
[C++]
public: __property String* get_ServerVersion();
[JScript]
public function get ServerVersion() : String

Property Value

The version of the connected server.

See Also

MimerConnection Class | Mimer.Data.Client Namespace