DataRowState Enumeration
.NET Framework (current version)
Gets the state of a DataRow object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| Added | The row has been added to a DataRowCollection, and AcceptChanges has not been called. | |
| Deleted | ||
| Detached | The row has been created but is not part of any DataRowCollection. A DataRow is in this state immediately after it has been created and before it is added to a collection, or if it has been removed from a collection. | |
| Modified | The row has been modified and AcceptChanges has not been called. | |
| Unchanged | The row has not changed since AcceptChanges was last called. |
.NET Framework
Available since 1.1
Available since 1.1
Show: