DataRowAction Enumeration
.NET Framework 3.0
Describes an action performed on a DataRow.
Assembly: System.Data (in system.data.dll)
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 | |
|---|---|---|
![]() | Add | The row has been added to the table. |
![]() | Change | The row has changed. |
![]() | ChangeCurrentAndOriginal | The original and the current versions of the row have been changed. |
![]() | ChangeOriginal | The original version of the row has been changed. |
![]() | Commit | The changes to the row have been committed. |
![]() | Delete | The row was deleted from the table. |
![]() | Nothing | The row has not changed. |
![]() | Rollback | The most recent change to the row has been rolled back. |
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
