Mimer SQL Data Provider
ServerVersion Property




Mimer.Data.Client Namespace > MimerConnection Class : ServerVersion Property
Gets the version of the database server to which the client is connected.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property ServerVersion As String
public override string ServerVersion {get;}
public read-only property ServerVersion: String; override; 
public override function get ServerVersion : String
public: __property string* get_ServerVersion() override;

Property Value

The version of the connected server. This is on a format suitable for display such as: 11.1.2A
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members
NormalizedServerVersion Property