DataLudi Grid v.1 > Classes > DataSet

Back  Forward

DataSet.softDeleting  property

If true, when to request removing, does not remove actually, but update the state only as DELETED or CREATED_AND_DELETED

When to remove rows by GridDataSet.deleteRow and etc., if this property is true, updates only state of rows which stated NONE or UPDATED to DELETED, rows stated CREATED to CREATE_AND_DELETED, but does not remove rows actually. There is nothing to update for already removing state rows. But, if deleteCreated is true, removes rows which is CREATED actually. 

See Also
deleteCreated
deletedCount
DataRowState
Examples
DataRow States
Row Deleting