5 references to SkipCurrentRow
System.Data (5)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1451rowUpdatingEvent.Status = UpdateStatus.SkipCurrentRow;
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
912else if (UpdateStatus.SkipCurrentRow == rowUpdatingStatus) { 1360case UpdateStatus.SkipCurrentRow:
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (1)
103case UpdateStatus.SkipCurrentRow:
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
95case UpdateStatus.SkipCurrentRow: