| CqlParameterCollectionGetEnumerator Method  | 
            Exposes the GetEnumerator method, 
            which supports a simple iteration over a collection by a .NET Framework data provider.
            
 
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic override IEnumerator GetEnumerator()
Return Value
Type: 
IEnumerator
            An 
IEnumerator that can be used 
            to iterate through the collection.
            
Implements
IEnumerableGetEnumerator
See Also