DbParameterCollection::GetEnumerator Method ()

 

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

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
virtual IEnumerator^ GetEnumerator() abstract

Return Value

Type: System.Collections::IEnumerator^

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

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: