Implemented interface member:
property
State
System.Data.IDbConnection.State
2 overrides of State
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
138public override ConnectionState State
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
107public override System.Data.ConnectionState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 reference to State
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
580if (0 == (ConnectionState.Open & connection.State))