This topic has not yet been rated - Rate this topic

DataRowAction Enumeration

Describes an action performed on a DataRow.

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

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
[FlagsAttribute]
public enum DataRowAction
Member name Description
Supported by the XNA Framework Nothing The row has not changed.
Supported by the XNA Framework Delete The row was deleted from the table.
Supported by the XNA Framework Change The row has changed.
Supported by the XNA Framework Rollback The most recent change to the row has been rolled back.
Supported by the XNA Framework Commit The changes to the row have been committed.
Supported by the XNA Framework Add The row has been added to the table.
Supported by the XNA Framework ChangeOriginal The original version of the row has been changed.
Supported by the XNA Framework 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ