Name
ConnectionState
Synopsis
Used for the IDbConnection.State property, which
describes the connection state. Fetching,
Executing, Connecting, and
Broken aren’t currently used by
ADO.NET and are included to use when creating a custom provider and
for future upgrades to the .NET framework.
public enum ConnectionState { Closed = 0x00000000, Open = 0x00000001, Connecting = 0x00000002, Executing = 0x00000004, Fetching = 0x00000008, Broken = 0x00000010 }
Hierarchy
System.Object
→
System.ValueType
→
System.Enum(System.IComparable, System.IFormattable, System.IConvertible)
→
ConnectionState
Returned By
IDbConnection.State, System.Data.OleDb.OleDbConnection.State, System.Data.OracleClient.OracleConnection.State, System.Data.SqlClient.SqlConnection.State, StateChangeEventArgs.{CurrentState, OriginalState}
Passed To
StateChangeEventArgs.StateChangeEventArgs( )
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access