Click or drag to resize

SphinxQLCommand(String, SphinxQLConnection) 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,
	SphinxQLConnection sphinxQLConnection
)

Parameters

commandText  String
The SphinxQL command text to run against a Sphinx index.
sphinxQLConnection  SphinxQLConnection
The connection to associate with this command.
Exceptions
ExceptionCondition
ArgumentNullExceptioncommandText or sphinxQLConnection is null.
ArgumentExceptioncommandText is empty.
See Also