 | SphinxQLDataReaderRead Method |
Advances the reader to the next record in a result set.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override bool Read()
Public Overrides Function Read As Boolean
Return Value
Boolean
true if there are more rows; otherwise false.
A task representing the asynchronous operation.
Implements
IDataReaderRead
Exceptions
See Also