SphinxQLCommandExecuteReader Method

Executes the command text against the connection.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLDataReader ExecuteReader()

Return Value

SphinxQLDataReader
A SphinxQLDataReader.

Exceptions

InvalidOperationException There is no connection associated with this command or the connection is closed.
SphinxQLException

See Also