AdsParameter.SourceVersion

Advantage .NET Data Provider

  Previous topic Next topic  

Gets or sets the DataRowVersion to use when loading Value.

public DataRowVersion SourceVersion {get; set;}

Remarks

The SourceVersion property is used by the AdsDataAdapter.UpdateCommand during the Update to determine whether the original or current value is used for a parameter value. This allows primary keys to be updated. This property is ignored by the AdsDataAdapter.InsertCommand and AdsDataAdapter.DeleteCommand. The default value is DataRowVersion.Current.