SphinxQLParameterSphinxType Property

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

Definition

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

Property Value

SphinxType
The SphinxType of this instance.

Exceptions

ArgumentException The property is not set to a valid SphinxType.

See Also