Advanced.Data.Provider Documentation

AdpConnection.State Property

[This is preliminary documentation and subject to change.]

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;}

Implements

IDbConnection.State

See Also

AdpConnection Class | Advanced.Data.Provider Namespace