Represents a set of methods for creating instances of a provider's implementation of the data source classes.
| C# | Visual Basic |
public sealed class DbProviderFactory
Public NotInheritable Class DbProviderFactory
| All Members | Methods | ||||
| Icon | Member | 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.
| |
| CreateDataAdapter()()()() |
Returns a new instance of the provider's class that implements the DbDataAdapter class.
| |
| CreateParameter()()()() |
Returns a new instance of the provider's class that implements the DbParameter class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| DbProviderFactory | |