Click or drag to resize

SphinxQLParameterCollectionGetEnumerator Method

Exposes the GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider.

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 collection.

Implements

IEnumerableGetEnumerator
See Also