This documentation is archived and is not being maintained.
DataRowAction Enumeration
Visual Studio 2010
Describes an action performed on a DataRow.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DataAssembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
![]() | Nothing | The row has not changed. |
![]() | Delete | The row was deleted from the table. |
![]() | Change | The row has changed. |
![]() | Rollback | The most recent change to the row has been rolled back. |
![]() | Commit | The changes to the row have been committed. |
![]() | Add | The row has been added to the table. |
![]() | ChangeOriginal | The original version of the row has been changed. |
![]() | ChangeCurrentAndOriginal | The original and the current versions of the row have been changed. |
A DataRowAction is returned as part of the DataRowChangeEventArgs to indicate the action that was taken on a row to raise the event.
Use the members of this enumeration to determine the action that has occurred on a DataRow with regard to the DataTable to which it belongs.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
