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.
Use the members of this enumeration to determine the action that has occurred on a DataRow with respect to the DataTable it belongs to.
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. |
Namespace: System.Data
Assembly: System.Data.dll