Click or drag to resize

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: 6.0.0
Syntax
public override IEnumerator GetEnumerator()

Return Value

IEnumerator
An IEnumerator that can be used to iterate through the rows in the data reader.

Implements

IEnumerableGetEnumerator
See Also