Mimer SQL Data Provider
NormalizedServerVersion Property




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

Property Value

The normalized version of the connected server.
Remarks
The version number is in the form xx.yy.zzww. For example, version 9.2.5C is returned as the string "09.02.0503". This allows version numbers to be easily compared.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members