Mimer Data Provider v9.2

MimerConnection.State Property

Gets the current state of the connection.

[Visual Basic]
NotOverridable Public ReadOnly Property State As ConnectionState Implements _
   IDbConnection.State
[C#]
public System.Data.ConnectionState State {get;}

Property Value

A bitwise combination of the ConnectionState values. The default is Closed.

Implements

IDbConnection.State

See Also

MimerConnection Class | Mimer.Data.Client Namespace