2 writes to _command
System.Data.OleDb (2)
OleDbDataReader.cs (2)
76_command = command; 645_command = null!;
10 references to _command
System.Data.OleDb (10)
OleDbDataReader.cs (10)
130return _command; 177&& (null == _dbSchemaTable) && (null == _connection) && (null == _command)), 642OleDbCommand? cmd = _command; 727_command?.canceling = canceling; 965reader = new OleDbDataReader(_connection, _command, 1 + Depth, _commandBehavior & ~CommandBehavior.CloseConnection); 1308OleDbCommand? command = _command; 1365OleDbCommand? command = _command; 1800else if (null != _command) 1802return _command.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId); 2237using (OleDbDataReader dataReader = new OleDbDataReader(_connection, _command, int.MinValue, 0))