11 writes to Errors
System.Data.Common (11)
System\Data\Common\DbDataAdapter.cs (11)
1171rowUpdatedEvent.Errors = errors; 1212rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state); 1229rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(statementType, isCommandFromRowUpdating, state); 1236rowUpdatedEvent.Errors = ADP.UpdateRequiresCommand(statementType, isCommandFromRowUpdating); 1244rowUpdatedEvent.Errors = e; 1316rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.Batch, false, state); 1324rowUpdatedEvent.Errors = e; 1377rowUpdatedEvent.Errors = e; 1453rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(StatementType.Batch, commandCount - rowsInError.Length, commandCount, rowsInError); 1586rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(cmdIndex, rowUpdatedEvent.RecordsAffected, 1, new DataRow[] { rowUpdatedEvent.Row }); 1660rowUpdatedEvent.Errors = errors;
9 references to Errors
System.Data.Common (9)
System\Data\Common\DbDataAdapter.cs (9)
1175if (errors != rowUpdatedEvent.Errors) 1251Exception? errors = rowUpdatedEvent.Errors; 1254if (errors != rowUpdatedEvent.Errors) 1327Exception? errors = rowUpdatedEvent.Errors; 1330if (errors != rowUpdatedEvent.Errors) 1442if (null == rowUpdatedEvent.Errors) 1451Debug.Assert(null == rowUpdatedEvent.Errors, "Continue - but contains an exception"); 1585Debug.Assert(null == rowUpdatedEvent.Errors, "Continue - but contains an exception"); 1655Exception? errors = rowUpdatedEvent.Errors;