SphinxQLCommand(String) Constructor

Initializes a new instance of the SphinxQLCommand class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLCommand(
	string commandText
)

Parameters

commandText  String
The SphinxQL command text to run against a Sphinx index.

Exceptions

ArgumentNullExceptioncommandText is null.
ArgumentExceptioncommandText is empty.

See Also