Sphinx QLCommand(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(
SphinxQLConnection sphinxQLConnection
)VB
Public Sub New (
sphinxQLConnection As SphinxQLConnection
)Parameters
- sphinxQLConnection SphinxQLConnection
- The connection to associate with this command.
Exceptions
| ArgumentNullException | sphinxQLConnection is null. |