ComponentOne DataObjects for .NET
RowState Property (C1DataRow)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : RowState Property
Gets the current state of the row.
Syntax
'Declaration
 
Public ReadOnly Property RowState As DataRowStateEnum
public DataRowStateEnum RowState {get;}
Remarks
Modifying field values, deleting a row and adding a row changes the row state. While the row is in edit mode (see BeginEdit), the state does not change on field modifications until EndEdit is called (see also Modified property). Calling AcceptChanges or RejectChanges resets the state of all rows.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class