System.Data.UpdateStatus Enumeration

Specifies the action to take with regard to the current and remaining rows during an System.Data.Common.DbDataAdapter.Update(DataSet).

Syntax

public enum UpdateStatus

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0