DataRowVersion
Overview
The DataRowVersion enum is used to get a specific set of row's data or check wheter the row has the values of the given version.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
Value | Description |
---|---|
Current | The row contains current values. |
Default | The default version of DataRowState. For a DataRowState value of Added, Modified or Deleted, the default version is Current. For a DataRowState value of Detached, the version is Proposed. |
Original | The row contains its original values and not unapplied changes has been made. |
Proposed | Proposed values of DataRow. Supposed to be used in edit mode, when changes are not applied yet. |