DbConnectionStringBuilder::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through a collection.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerable::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the DbConnectionStringBuilder instance is cast to an IEnumerable interface.
For a description of this member, see GetEnumerator.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: