System.Data.DataRowVersion Enumeration

Describes the version of a System.Data.DataRow.

Syntax

public enum DataRowVersion

Remarks

The System.Data.DataRowVersion values are used when retrieving the value found in a System.Data.DataRow using DataRow.Item(int) or the DataRow.GetChildRows(string) of the System.Data.DataRow object.

The System.Data.DataRowVersion informs you what version of a System.Data.DataRow exists. Versions change under the following circumstances:

Members

Member NameDescription
Current

The row contains current values.

Default

The default version of System.Data.DataRowState. For a DataRowState value of Added, Modified or Deleted, the default version is Current. For a System.Data.DataRowState value of Detached, the version is Proposed.

Original

The row contains its original values.

Proposed

The row contains a proposed value.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0