Click or drag to resize

SphinxQLParameterSphinxType Property

Gets or sets the SphinxType of this instance. Default is String.

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

Property Value

Type: SphinxType
The SphinxType of this instance.
Exceptions
ExceptionCondition
ArgumentException The property is not set to a valid SphinxType.
See Also