 | SphinxQLDataReaderGetEnumerator Method |
Returns an
IEnumerator that can be used to iterate through the rows in the data reader.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override IEnumerator GetEnumerator()
Public Overrides Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumerator
An
IEnumerator that can be used to iterate through the rows in the data reader.
Implements
IEnumerableGetEnumerator
See Also