ComponentOne DataObjects for .NET
DataRowStateEnum Enumeration

C1.Data.2 Assembly > C1.Data Namespace : DataRowStateEnum Enumeration
Specifies the state of a C1DataRow.
Syntax
'Declaration
 
Public Enum DataRowStateEnum 
   Inherits System.Enum
public enum DataRowStateEnum : System.Enum 
Members
MemberDescription
AddedThe row was added using the AddNew method of C1DataTable.
DeletedThe row was deleted using the Delete method of C1DataRow.
DetachedThe row was removed from the table and will be destroyed. Detached rows are not considered deleted, they are completely removed from the data set and will not be accessible.
ModifiedSome row field values were modified. If the modification occurred in edit mode, the edit was ended.
UnchangedThe row has not changed since C1DataSet.Fill, C1DataSet.AcceptChanges or C1DataSet.RejectChanges.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Data.DataRowStateEnum

See Also

Reference

C1.Data Namespace