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: 5.3.0
Syntax
public override bool Read()

Return Value

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

Implements

IDataReaderRead
Exceptions
ExceptionCondition
SphinxQLException
See Also