| DataRowVersion value | Description |
| Current | The current values for the row. This row version does not exist for rows with a RowState of Deleted. |
| Default | The default row version for a particular row. The default row version for an Added, Modified, or Unchanged row is Current. The default row version for a Deleted row is Original. The default row version for a Detached row is Proposed. |
| Original | The original values for the row. This row version does not exist for rows with a RowState of Added. |
| Proposed | The proposed values for the row. This row version exists during an edit operation on a row, or for a row that is not part of a DataRowCollection. |
No comments:
Post a Comment