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: 6.0.0
Syntax
public override DataRowVersion SourceVersion { get; set; }

Property Value

DataRowVersion

Return Value

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