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