Mimer Data Provider

MimerConnection.State Property

Gets the current state of the connection.

[Visual Basic]
Public Property ReadOnly State As ConnectionState _
    Implements IDbConnection.State
[C#]
public ConnectionState State { get; }
[C++]
public: __property ConnectionState get_State();
[JScript]
public function get State() : ConnectionState

Property Value

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

Implements

IDbConnection.State

See Also

MimerConnection Class | Mimer.Data.Client Namespace