[]
Initializes a new instance of the C1SalesforceDataAdapter class.
public C1SalesforceDataAdapter()
Initializes a new instance of the C1SalesforceDataAdapter class with a select command.
public C1SalesforceDataAdapter(C1SalesforceCommand command)
Type | Name | Description |
---|---|---|
C1SalesforceCommand | command |
Initializes a new instance of the C1SalesforceDataAdapter class a conection and a select command text.
public C1SalesforceDataAdapter(C1SalesforceConnection connection, string commandText)
Type | Name | Description |
---|---|---|
C1SalesforceConnection | connection | |
string | commandText |
Initializes a new instance of the C1SalesforceDataAdapter class with a conection string and a select command text.
public C1SalesforceDataAdapter(string connectionString, string commandText)
Type | Name | Description |
---|---|---|
string | connectionString | |
string | commandText |