Click or drag to resize

SphinxQLDataReaderRead Method

Advances the reader to the next record in a result set.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override bool Read()

Return Value

Boolean
true if there are more rows; otherwise false.
A task representing the asynchronous operation.

Implements

IDataReaderRead
Exceptions
ExceptionCondition
SphinxQLException
See Also