Click or drag to resize

SphinxQLCommand(String) Constructor

Initializes a new instance of the SphinxQLCommand class.

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

Parameters

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