SourceVersion Property

Syntax:

public DataRowVersion SourceVersion { get; set; }

Description:

Type: System.Data.DataRowVersion

Gets or sets the DataRowVersion to use when loading the Value. This parameter is intended for use by an RdmDataAdapater.UpdateCommand during an update operation.

Exceptions:

Exception Condition
ArgumentException The property is not set to one of the DataRowVersion values

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameter.SourceVersion