System.Data Namespace
Describes the action taken on a DataRow.
This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.
Member Name |
Description |
Add |
The row has been added to the table. |
Change |
The row has changed. |
Commit |
The row has been committed. |
Delete |
The row was deleted from the table. |
Nothing |
The row has not changed. |
Rollback |
The change has been rolled back. |
Use the members of this enumeration to determine the action that has occurred on a DataRow with respect to the DataTable to which it belongs.
DataRow DataTable