4 references to InternalState
System.Data.Odbc (4)
System\Data\Odbc\OdbcCommand.cs (1)
884
if (0 != (ConnectionState.Fetching & _connection!.
InternalState
))
System\Data\Odbc\OdbcConnection.cs (3)
313
ConnectionState state =
InternalState
;
634
ConnectionState state =
InternalState
;
639
state =
InternalState
;