[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceDataAdapter.-ctor

C1SalesforceDataAdapter Constructor

C1SalesforceDataAdapter()

Initializes a new instance of the C1SalesforceDataAdapter class.

Declaration
public C1SalesforceDataAdapter()

C1SalesforceDataAdapter(C1SalesforceCommand)

Initializes a new instance of the C1SalesforceDataAdapter class with a select command.

Declaration
public C1SalesforceDataAdapter(C1SalesforceCommand command)
Parameters
Type Name Description
C1SalesforceCommand command

C1SalesforceDataAdapter(C1SalesforceConnection, string)

Initializes a new instance of the C1SalesforceDataAdapter class a conection and a select command text.

Declaration
public C1SalesforceDataAdapter(C1SalesforceConnection connection, string commandText)
Parameters
Type Name Description
C1SalesforceConnection connection
string commandText

C1SalesforceDataAdapter(string, string)

Initializes a new instance of the C1SalesforceDataAdapter class with a conection string and a select command text.

Declaration
public C1SalesforceDataAdapter(string connectionString, string commandText)
Parameters
Type Name Description
string connectionString
string commandText