UpdateStatus Enumeration
.NET Framework 4.5
Specifies the action to take with regard to the current and remaining rows during an Update.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
![]() | Continue | The DataAdapter is to continue proccessing rows. |
![]() | ErrorsOccurred | The event handler reports that the update should be treated as an error. |
![]() | SkipAllRemainingRows | The current row and all remaining rows are not to be updated. |
![]() | SkipCurrentRow | The current row is not to be updated. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
