[]
Initializes a new instance of the C1SalesforceDataAdapter class.
public C1SalesforceDataAdapter()
Public Sub New()
Initializes a new instance of the C1SalesforceDataAdapter class with a select command.
public C1SalesforceDataAdapter(C1SalesforceCommand command)
Public Sub New(command As C1SalesforceCommand)
| 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)
Public Sub New(connection As C1SalesforceConnection, commandText As String)
| 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)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |