[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceDataAdapter.-ctor

C1SalesforceDataAdapter Constructor

C1SalesforceDataAdapter()

Initializes a new instance of the C1SalesforceDataAdapter class.

Declaration
public C1SalesforceDataAdapter()
Public Sub New()

C1SalesforceDataAdapter(C1SalesforceCommand)

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

Declaration
public C1SalesforceDataAdapter(C1SalesforceCommand command)
Public Sub New(command As C1SalesforceCommand)
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)
Public Sub New(connection As C1SalesforceConnection, commandText As String)
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)
Public Sub New(connectionString As String, commandText As String)
Parameters
Type Name Description
string connectionString
string commandText