UpdateStatus Enumeration
.NET Framework (current version)
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: