 | 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
Syntaxpublic override bool Read()
Public Overrides Function Read As Boolean
Return Value
Type:
Boolean
true if there are more rows; otherwise false.
A task representing the asynchronous operation.
Implements
IDataReader.Read()
Exceptions
See Also