Sphinx QLParameterSphinx Type 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
The SphinxType of this instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxType SphinxType { get; set; }VB
Public Property SphinxType As SphinxType
Get
SetProperty Value
SphinxTypeThe SphinxType of this instance.
Exceptions
| ArgumentException | The property is not set to a valid SphinxType. |