2 writes to _command
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
87_command = command; 605_command = null;
13 references to _command
System.Data (13)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (13)
132return _command; 172&& (null == _dbSchemaTable) && (null == _connection) && (null == _command)), // MDAC 59536 602OleDbCommand cmd = _command; 679if (null != _command) { // 680_command.canceling = canceling; 882reader = new OleDbDataReader(_connection, _command, 1+Depth, _commandBehavior & ~CommandBehavior.CloseConnection); 1061if (null != _command) { 1062e = OleDbConnection.ProcessResults(hr, _connection, _command); 1185OleDbCommand command = _command; 1245OleDbCommand command = _command; 1645else if (null != _command) { 1646return _command.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId); 2013using (OleDbDataReader dataReader = new OleDbDataReader(_connection, _command, Int32.MinValue, 0)) {