Click or drag to resize

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

Parameters

sphinxQLConnection  SphinxQLConnection
The connection to associate with this command.
Exceptions
ExceptionCondition
ArgumentNullExceptionsphinxQLConnection is null.
See Also