Sphinx QLCommand(String, Sphinx QLConnection) Constructor
Initializes a new instance of the SphinxQLCommand class.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLCommand(
string commandText,
SphinxQLConnection sphinxQLConnection
)VB
Public Sub New (
commandText As String,
sphinxQLConnection As SphinxQLConnection
)Parameters
- commandText String
- The SphinxQL command text to run against a Sphinx index.
- sphinxQLConnection SphinxQLConnection
- The connection to associate with this command.
Exceptions
| ArgumentNullException | commandText or sphinxQLConnection is null. |
| ArgumentException | commandText is empty. |