DbProviderFactory Class
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DbProviderFactory() | Initializes a new instance of a DbProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | CanCreateDataSourceEnumerator | Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class. |
| Name | Description | |
|---|---|---|
![]() | CreateCommand() | Returns a new instance of the provider's class that implements the DbCommand class. |
![]() | CreateCommandBuilder() | Returns a new instance of the provider's class that implements the DbCommandBuilder class. |
![]() | CreateConnection() | Returns a new instance of the provider's class that implements the DbConnection class. |
![]() | CreateConnectionStringBuilder() | Returns a new instance of the provider's class that implements the DbConnectionStringBuilder class. |
![]() | CreateDataAdapter() | Returns a new instance of the provider's class that implements the DbDataAdapter class. |
![]() | CreateDataSourceEnumerator() | Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class. |
![]() | CreateParameter() | Returns a new instance of the provider's class that implements the DbParameter class. |
![]() | CreatePermission(PermissionState) | Returns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 10
.NET Framework
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.


