6 references to SkipCurrentRow
System.Data.Common (6)
System\Data\Common\AdapterUtil.Common.cs (1)
250case UpdateStatus.SkipCurrentRow:
System\Data\Common\DBCommandBuilder.cs (1)
1626rowUpdatingEvent.Status = UpdateStatus.SkipCurrentRow;
System\Data\Common\DbDataAdapter.cs (2)
1081else if (UpdateStatus.SkipCurrentRow == rowUpdatingStatus) 1607case UpdateStatus.SkipCurrentRow:
System\Data\Common\RowUpdatedEventArgs.cs (1)
115case UpdateStatus.SkipCurrentRow:
System\Data\Common\RowUpdatingEventArgs.cs (1)
69case UpdateStatus.SkipCurrentRow: