SphinxQLCommandParameters Property

Gets the collection of SphinxQLParameter objects.

Definition

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

Property Value

SphinxQLParameterCollection

Return Value

SphinxQLParameterCollection
The parameters of the SphinxQL statement.

See Also