System.Data.DataRow.HasVersion Method

Gets a value that indicates whether a specified version exists.

Syntax

public bool HasVersion (DataRowVersion version)

Parameters

version
One of the System.Data.DataRowVersion values that specifies the row version.

Returns

true if the version exists; otherwise, false.

Remarks

See the DataRow.BeginEdit method for more information.

Requirements

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