DADataTableRowState
Overview
The DADataTableRowState enumeration describes the row state in the DADataTable. Data Abstract for Xcode library handles row state automatically and there is no need to deal with it directly.
Location
- Reference: DADataTableRow.h
- Namespace: DataAbstract
Value | Description |
---|---|
rsAdded | Means that row is new (was just added) |
rsAddedInEditMode | Means that row was added in Edit Mode (it is not visible outside, until user Post that change or Discard it) |
rsDeleted | Means that row was deleted from the table |
rsModified | Means that row was changed |
rsUnchanged | Means that row was not changed yet. |