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