Click or drag to resize

SphinxQLCommandParameters Property

Gets the collection of SphinxQLParameter objects.

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

Property Value

Type: SphinxQLParameterCollection

Return Value

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