NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRowAction Enumeration

Describes the action taken on a DataRow.

[Visual Basic]
Public Enum DataRowAction
[C#]
public enum DataRowAction
[C++]
public enum DataRowAction

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration to determine the action that has occurred on a DataRow with respect to the DataTable it belongs to.

Members

Member Name Description
Add The row has been added to the table.
Change The row was changed.
Commit The row has been committed.
Delete The row was deleted from the table.
Nothing No change.
Rollback The change has been rolled back.

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

System.Data Namespace | DataRow | DataTable