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