Gets the current version description of the DataRow.
[Visual Basic] Public ReadOnly Property RowVersion As DataRowVersion [C#] public DataRowVersion RowVersion {get;} [C++] public: __property DataRowVersion get_RowVersion(); [JScript] public function get RowVersion() : DataRowVersion;
One of the DataRowVersion values.
Possible values for the RowVersion property are: Default, Original, Current, and Proposed. For more details, see DataRowVersion.
The following example uses the RowVersion property to determine the state of a row in the DataRowView.
[Visual Basic]
Private Sub ShowVersions(dv As DataView)
DataRowView Class | DataRowView Members | System.Data Namespace | AcceptChanges | BeginEdit | DataRowVersion | EndEdit