| C1.Data.2 Assembly > C1.Data Namespace : DataRowVersionEnum Enumeration |
'Declaration Public Enum DataRowVersionEnum Inherits System.Enum
public enum DataRowVersionEnum : System.Enum
| Member | Description |
|---|---|
| Current | Current values in the row. |
| Default | Default values in an added row, as they were immediately after the row was added. |
| Original | Original values in the row, as they were fetched from the database. |
| Proposed | Values set in edit mode, they have not yet become current, will become current when edit mode ends. |
System.Object
System.ValueType
System.Enum
C1.Data.DataRowVersionEnum