2 writes to _commandIdentifier
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1111
batchCommands[0].
_commandIdentifier
= 0;
1133
batchCommands[commandCount].
_commandIdentifier
= AddToBatch(dataCommand);
2 references to _commandIdentifier
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1399
if (GetBatchedRecordsAffected(batchCommand.
_commandIdentifier
, out rowAffected, out batchCommands[bc]._errors))
1435
IDataParameter parameter = GetBatchedParameter(batchCommand.
_commandIdentifier
, i);