OleDbEnumerator Class
Provides a mechanism for enumerating all available OLE DB providers within the local network.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | OleDbEnumerator() | Creates an instance of the OleDbEnumerator class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetElements() | Retrieves a DataTable that contains information about all visible OLE DB providers. |
![]() ![]() | GetEnumerator(Type^) | Uses a specific OLE DB enumerator to return an OleDbDataReader that contains information about the currently installed OLE DB providers, without requiring an instance of the OleDbEnumerator class. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetRootEnumerator() | Returns an OleDbDataReader that contains information about the currently installed OLE DB providers, without requiring an instance of the OleDbEnumerator class. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

