DbProviderFactories Class
Represents a set of static methods for creating one or more instances of DbProviderFactory classes.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetFactory(DataRow^) | Returns an instance of a DbProviderFactory. |
![]() ![]() | GetFactory(DbConnection^) | Returns an instance of a DbProviderFactory. |
![]() ![]() | GetFactory(String^) | Returns an instance of a DbProviderFactory. |
![]() ![]() | GetFactoryClasses() | Returns a DataTable that contains information about all installed providers that implement DbProviderFactory. |
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.

