Returns the current state of the connection.
Public ReadOnly Overrides Property State As ConnectionState
public override ConnectionState State {get;}
Returns System.Data.ConnectionState.Open if the connection is open, or System.Data.ConnectionState.Closed if the connection is closed.