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

Return Value

Type: Boolean
true if there are more rows; otherwise false.

Implements

IDataReaderRead
Exceptions
ExceptionCondition
SphinxQLException
See Also