11 writes to Errors
System.Data (11)
fx\src\data\System\Data\Common\DbDataAdapter.cs (11)
989
rowUpdatedEvent.
Errors
= errors;
1022
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state);
1036
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(statementType, isCommandFromRowUpdating, state);
1042
rowUpdatedEvent.
Errors
= ADP.UpdateRequiresCommand(statementType, isCommandFromRowUpdating);
1054
rowUpdatedEvent.
Errors
= e;
1111
rowUpdatedEvent.
Errors
= ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state);
1123
rowUpdatedEvent.
Errors
= e;
1165
rowUpdatedEvent.
Errors
= e;
1230
rowUpdatedEvent.
Errors
= ADP.UpdateConcurrencyViolation(StatementType.Batch, commandCount - rowsInError.Length, commandCount, rowsInError); // MDAC 55735
1341
rowUpdatedEvent.
Errors
= ADP.UpdateConcurrencyViolation(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.Row }); // MDAC 55735
1405
rowUpdatedEvent.
Errors
= errors;
9 references to Errors
System.Data (9)
fx\src\data\System\Data\Common\DbDataAdapter.cs (9)
993
if (errors != rowUpdatedEvent.
Errors
) { // user set the error msg and we will use it
1060
Exception errors = rowUpdatedEvent.
Errors
;
1063
if (errors != rowUpdatedEvent.
Errors
) { // user set the error msg and we will use it
1126
Exception errors = rowUpdatedEvent.
Errors
;
1129
if (errors != rowUpdatedEvent.
Errors
) { // user set the error msg and we will use it
1222
if (null == rowUpdatedEvent.
Errors
) {
1228
Debug.Assert(null == rowUpdatedEvent.
Errors
, "Continue - but contains an exception");
1340
Debug.Assert(null == rowUpdatedEvent.
Errors
, "Continue - but contains an exception");
1401
Exception errors = rowUpdatedEvent.
Errors
;