DataRowVersion Enumeration
Member name Description
Original The row contains its original values.
Current The row contains current values.
Proposed The row contains a proposed value.
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.