2 implementations of State
System.Data.Common (1)
System\Data\Common\DbConnection.cs (1)
47
public abstract ConnectionState
State
{ get; }
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
107
public override System.Data.ConnectionState
State
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
4 references to State
System.Data.Common (4)
System\Data\Common\DbDataAdapter.cs (4)
982
connectionStates[0] = connections[0]!.
State
;
1476
connectionStates[index] = connections[0]!.
State
;
1479
return connection.
State
;
1825
originalState = connection.
State
;