Specifies the action to take with regard to the current and remaining rows during an System.Data.Common.DbDataAdapter.Update(DataSet).
Member Name | Description |
---|---|
Continue |
The System.Data.Common.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. |