Click or drag to resize

SphinxQLParameterSourceVersion Property

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

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

Property Value

Type: DataRowVersion

Return Value

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

Implements

IDataParameterSourceVersion
Exceptions
ExceptionCondition
ArgumentException The property is not set to one of the DataRowVersion values.
See Also