Click or drag to resize
SphinxQLCommand Constructor (String)
Initializes a new instance of the SphinxQLCommand class.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxQLCommand(
	string commandText
)

Parameters

commandText
Type: SystemString
The SphinxQL command text to run against a Sphinx index.
Exceptions
ExceptionCondition
ArgumentNullExceptioncommandText is null.
ArgumentExceptioncommandText is empty.
See Also