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
The version of the connected server.
MimerConnection Class | Mimer.Data.Client Namespace