[]
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
public class C1SalesforceProviderFactory : DbProviderFactory
Name | Description |
---|---|
Instance | The singleton instance. |
Name | Description |
---|---|
CreateCommand() | Creates a new DbCommand. |
CreateCommandBuilder() | Returns a new instance of the provider's class that implements the DbCommandBuilder class. |
CreateConnection() | Creates a new DbConnection. |
CreateConnectionStringBuilder() | Creates a new DbConnectionStringBuilder. |
CreateDataAdapter() | Create a new DbDataAdapter. |
CreateParameter() | Creates a new DbParameter. |