Click or drag to resize

SphinxQLDataReader.Read Method

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

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

Return Value

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

Implements

IDataReader.Read()
Exceptions
ExceptionCondition
SphinxQLException
See Also