Sphinx QLCommandExecute Reader(Command Behavior) Method
Executes the command text against the connection.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A SphinxQLDataReader.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLDataReader ExecuteReader(
CommandBehavior behavior
)VB
Public Function ExecuteReader (
behavior As CommandBehavior
) As SphinxQLDataReaderParameters
- behavior CommandBehavior
- An instance of CommandBehavior.
Return Value
SphinxQLDataReaderA SphinxQLDataReader.
Exceptions
| InvalidOperationException | There is no connection associated with this command or the connection is closed. |
| SphinxQLException |