ReliableSqlConnection.State Property
Gets the current state of the connection.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public ConnectionState State { get; }
'Declaration
Public ReadOnly Property State As ConnectionState
Get
public:
virtual property ConnectionState State {
ConnectionState get () sealed;
}
Property Value
Type: ConnectionState
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace