Sphinx QLCommand(String) 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
)VB
Public Sub New (
commandText As String
)Parameters
- commandText String
- The SphinxQL command text to run against a Sphinx index.
Exceptions
| ArgumentNullException | commandText is null. |
| ArgumentException | commandText is empty. |