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