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!

IDataParameter.SourceVersion

Gets or sets the DataRowVersion to use when loading Value.

[Visual Basic]
Property SourceVersion As DataRowVersion
[C#]
DataRowVersion SourceVersion {get; set;}
[C++]
DataRowVersion get_SourceVersion() = 0;void set_SourceVersion(DataRowVersion) = 0;
[JScript]
abstract function get SourceVersion() : DataRowVersion;
public abstract function set SourceVersion(DataRowVersion);

Property Value

One of the DataRowVersion values. The default is Current.

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace