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