Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UpdateStatus Enumeration

 

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

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public enum UpdateStatus

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft