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
A bitwise combination of the ConnectionState values. The default is Closed.
MimerConnection Class | Mimer.Data.Client Namespace