Click or drag to resize
CqlParameterCollection.GetEnumerator Method
Exposes the GetEnumerator() method, which supports a simple iteration over a collection by a .NET Framework data provider.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public override IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()
See Also