SourceVersion property

Gets and sets the DataRowVersion to use when loading Value.

Visual Basic syntax

Public Overrides Property SourceVersion As DataRowVersion

C# syntax

public override DataRowVersion SourceVersion {get;set;}

Remarks

Used by UpdateCommand during an Update operation to determine whether the parameter value is set to Current or Original. This allows primary keys to be updated. This property is ignored by InsertCommand and DeleteCommand. This property is set to the version of the DataRow used by the Item property, or the GetChildRows method of the DataRow object.