The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataRowView::RowVersion Property
.NET Framework (current version)
Gets the current version description of the DataRow.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data::DataRowVersionOne of the DataRowVersion values. Possible values for the RowVersion property are Default, Original, Current, and Proposed.
The RowStateFilter property specifies both DataRowState and DataRowVersion settings. For more information, see DataRowState, DataRowVersion, and DataViewRowState.
The following example uses the RowVersion property to display the DataRowVersion.
.NET Framework
Available since 1.1
Available since 1.1
Show: