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