Sphinx QLConnectionCreate Command(String) Method
Creates and returns a SphinxQLCommand object associated with the current connection and
the provided command text.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A SphinxQLCommand object.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLCommand CreateCommand(
string commandText
)VB
Public Function CreateCommand (
commandText As String
) As SphinxQLCommandParameters
- commandText String
- The command text for the returned command object.
Return Value
SphinxQLCommandA SphinxQLCommand object.