Edit

Share via


UpdateStatus Enum

Definition

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

public enum class UpdateStatus
public enum UpdateStatus
type UpdateStatus = 
Public Enum UpdateStatus
Inheritance
UpdateStatus

Fields

Continue 0

The DataAdapter is to continue processing rows.

ErrorsOccurred 1

The event handler reports that the update should be treated as an error.

SkipAllRemainingRows 3

The current row and all remaining rows are not to be updated.

SkipCurrentRow 2

The current row is not to be updated.

Applies to