Click or drag to resize

SphinxQLCommandParameters Property

Gets the collection of SphinxQLParameter objects.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxQLParameterCollection Parameters { get; }

Property Value

SphinxQLParameterCollection

Return Value

SphinxQLParameterCollection
The parameters of the SphinxQL statement.
See Also