11 writes to Errors
System.Data.Common (11)
System\Data\Common\DbDataAdapter.cs (11)
1171
rowUpdatedEvent.
Errors
= errors;
1212
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state);
1229
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(statementType, isCommandFromRowUpdating, state);
1236
rowUpdatedEvent.
Errors
= ADP.UpdateRequiresCommand(statementType, isCommandFromRowUpdating);
1244
rowUpdatedEvent.
Errors
= e;
1316
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state);
1324
rowUpdatedEvent.
Errors
= e;
1377
rowUpdatedEvent.
Errors
= e;
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 });
1660
rowUpdatedEvent.
Errors
= errors;
9 references to Errors
System.Data.Common (9)
System\Data\Common\DbDataAdapter.cs (9)
1175
if (errors != rowUpdatedEvent.
Errors
)
1251
Exception? errors = rowUpdatedEvent.
Errors
;
1254
if (errors != rowUpdatedEvent.
Errors
)
1327
Exception? errors = rowUpdatedEvent.
Errors
;
1330
if (errors != rowUpdatedEvent.
Errors
)
1442
if (null == rowUpdatedEvent.
Errors
)
1451
Debug.Assert(null == rowUpdatedEvent.
Errors
, "Continue - but contains an exception");
1585
Debug.Assert(null == rowUpdatedEvent.
Errors
, "Continue - but contains an exception");
1655
Exception? errors = rowUpdatedEvent.
Errors
;