Click or drag to resize
SphinxQLCommandParameters Property
Gets the collection of SphinxQLParameter objects.

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

Property Value

Type: SphinxQLParameterCollection

Return Value

Type: SphinxQLParameterCollection
The parameters of the SphinxQL statement.
See Also