[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceProviderFactory

C1SalesforceProviderFactory Class

Represents a set of methods for creating instances of a provider's implementation of the data source classes.

Inheritance
C1SalesforceProviderFactory
Namespace: C1.AdoNet.Salesforce
Assembly: C1.AdoNet.Salesforce.dll
Syntax
public class C1SalesforceProviderFactory : DbProviderFactory

Fields

Name Description
Instance

The singleton instance.

Methods

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.