SphinxQLDataReaderRead Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool Read()

Return Value

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

Implements

IDataReaderRead

Exceptions

See Also