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)
132
return
_command
;
172
&& (null == _dbSchemaTable) && (null == _connection) && (null ==
_command
)), // MDAC 59536
602
OleDbCommand cmd =
_command
;
679
if (null !=
_command
) { //
680
_command
.canceling = canceling;
882
reader = new OleDbDataReader(_connection,
_command
, 1+Depth, _commandBehavior & ~CommandBehavior.CloseConnection);
1061
if (null !=
_command
) {
1062
e = OleDbConnection.ProcessResults(hr, _connection,
_command
);
1185
OleDbCommand command =
_command
;
1245
OleDbCommand command =
_command
;
1645
else if (null !=
_command
) {
1646
return
_command
.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId);
2013
using (OleDbDataReader dataReader = new OleDbDataReader(_connection,
_command
, Int32.MinValue, 0)) {