4 writes to cmdState
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (4)
485this.cmdState = ConnectionState.Closed; 749cmdState = ConnectionState.Fetching; 761cmdState = ConnectionState.Closed; 871cmdState = ConnectionState.Executing;
4 references to cmdState
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (4)
79if (ConnectionState.Fetching == cmdState) { 454return (ConnectionState.Closed == cmdState); 752if(ConnectionState.Fetching != cmdState) { 760if(ConnectionState.Closed != cmdState) {