 | SphinxQLConnectionCreateCommand Method (String) |
Creates and returns a
SphinxQLCommand object associated with the current connection and
the provided command text.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxQLCommand CreateCommand(
string commandText
)
Public Function CreateCommand (
commandText As String
) As SphinxQLCommand
Parameters
- commandText
- Type: SystemString
The command text for the returned command object.
Return Value
Type:
SphinxQLCommand
A
SphinxQLCommand object.
See Also