3 writes to Errors
System.Data.Common (3)
System\Data\Common\DBCommandBuilder.cs (1)
1593rowUpdatingEvent.Errors = e;
System\Data\Common\DbDataAdapter.cs (2)
1061rowUpdatingEvent.Errors = e; 1731rowUpdatedEvent.Errors = errors;
1 reference to Errors
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
1725Exception? errors = rowUpdatedEvent.Errors;