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)
130
return
_command
;
177
&& (null == _dbSchemaTable) && (null == _connection) && (null ==
_command
)),
642
OleDbCommand? cmd =
_command
;
727
_command
?.canceling = canceling;
965
reader = new OleDbDataReader(_connection,
_command
, 1 + Depth, _commandBehavior & ~CommandBehavior.CloseConnection);
1308
OleDbCommand? command =
_command
;
1365
OleDbCommand? command =
_command
;
1800
else if (null !=
_command
)
1802
return
_command
.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId);
2237
using (OleDbDataReader dataReader = new OleDbDataReader(_connection,
_command
, int.MinValue, 0))