Mimer Data Provider

MimerConnection.ServerType Property

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

[Visual Basic]
Public Property ReadOnly ServerType As MimerServerType
[C#]
public MimerServerType ServerType { get; }
[C++]
public: __property MimerServerType get_ServerType();
[JScript]
public function get ServerType() : MimerServerType

Property Value

The type of the connected server. The default value is Unknown until the connection is opened. If the connection is to an old Mimer SQL server version the type returned will still be Unknown.

See Also

MimerConnection Class | Mimer.Data.Client Namespace