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