OleDbErrorCollection::GetEnumerator Method ()

 

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

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

public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

Type: System.Collections::IEnumerator^

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

.NET Framework
Available since 1.1
Return to top
Show: