NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRowView.RowVersion

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;

Property Value

One of the DataRowVersion values.

Remarks

Possible values for the RowVersion property are: Default, Original, Current, and Proposed. For more details, see DataRowVersion.

Example [Visual Basic]

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)

See Also

DataRowView Class | DataRowView Members | System.Data Namespace | AcceptChanges | BeginEdit | DataRowVersion | EndEdit