SphinxQLParameterSourceVersion Property

Gets or sets the DataRowVersion to use when you load Value.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DataRowVersion SourceVersion { get; set; }

Property Value

DataRowVersion

Return Value

DataRowVersion
One of the DataRowVersion values. The default is Current.

Implements

IDataParameterSourceVersion

Exceptions

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

See Also