asp.net.ph

DataRowAction Enumeration

System.Data Namespace


Describes the action taken on a DataRow.

This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.

Members


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.

Remarks

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.

See Also

DataRow   DataTable Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph