3 references to UpdateConcurrencyViolation
System.Data.Common (3)
System\Data\Common\DbDataAdapter.cs (3)
1416
batchCommands[bc]._errors = ADP.
UpdateConcurrencyViolation
(batchCommands[bc]._statementType, 0, 1, new DataRow[] { rowUpdatedEvent.Rows[bc] });
1453
rowUpdatedEvent.Errors = ADP.
UpdateConcurrencyViolation
(StatementType.Batch, commandCount - rowsInError.Length, commandCount, rowsInError);
1586
rowUpdatedEvent.Errors = ADP.
UpdateConcurrencyViolation
(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.Row });