Click or drag to resize

SphinxQLCommandExecuteReader Method (CommandBehavior)

Executes the command text against the connection.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxQLDataReader ExecuteReader(
	CommandBehavior behavior
)

Parameters

behavior
Type: System.DataCommandBehavior
An instance of CommandBehavior.

Return Value

Type: SphinxQLDataReader
A SphinxQLDataReader.
Exceptions
ExceptionCondition
InvalidOperationException There is no connection associated with this command or the connection is closed.
SphinxQLException
See Also