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

Return Value

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

Implements

IEnumerableGetEnumerator
See Also