This documentation is archived and is not being maintained.
UpdateStatus Enumeration
.NET Framework 1.1
Specifies the action to take with regard to the current and remaining rows during an Update.
[Visual Basic] <Serializable> Public Enum UpdateStatus [C#] [Serializable] public enum UpdateStatus [C++] [Serializable] __value public enum UpdateStatus [JScript] public Serializable enum UpdateStatus
Members
| Member name | Description |
|---|---|
| Continue Supported by the .NET Compact Framework. | The DataAdapter is to continue proccessing rows. |
| ErrorsOccurred Supported by the .NET Compact Framework. | The event handler reports that the update should be treated as an error. |
| SkipAllRemainingRows Supported by the .NET Compact Framework. | The current row and all remaining rows are not to be updated. |
| SkipCurrentRow Supported by the .NET Compact Framework. | The current row is not to be updated. |
Requirements
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)
See Also
Show: