3 writes to Errors
System.Data (3)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1418rowUpdatingEvent.Errors = e;
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
894rowUpdatingEvent.Errors = e; 1464rowUpdatedEvent.Errors = errors;
1 reference to Errors
System.Data (1)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1459Exception errors = rowUpdatedEvent.Errors;