Implemented interface member:
property
State
System.Data.IDbConnection.State
2 overrides of State
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
138
public override ConnectionState
State
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); } }
2 references to State
Microsoft.Data.Analysis (1)
Extensions.cs (1)
26
if (connection.
State
== ConnectionState.Closed)
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
580
if (0 == (ConnectionState.Open & connection.
State
))