4 references to InternalState
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
805
if (0 != (ConnectionState.Fetching & _connection.
InternalState
)) {
fx\src\data\System\Data\Odbc\OdbcConnection.cs (3)
285
ConnectionState state =
InternalState
;
555
ConnectionState state =
InternalState
;
559
state =
InternalState
;