ComponentOne DataObjects for .NET
Modified Property (C1DataRow)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : Modified Property
For a row in edit mode, gets a value indicating whether at least one of row values has been changed.
Syntax
'Declaration
 
Public ReadOnly Property Modified As System.Boolean
public System.bool Modified {get;}
Remarks
For a row not in edit mode (not between BeginEdit and EndEdit), this property returns False. In this case, use the RowState property to determine if the row was changed.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class