[]
Initializes a new instance of the C1MagentoDataAdapter class.
public C1MagentoDataAdapter()
Public Sub New()
Initializes a new instance of the C1MagentoDataAdapter class with a select command.
public C1MagentoDataAdapter(C1MagentoCommand command)
Public Sub New(command As C1MagentoCommand)
| Type | Name | Description |
|---|---|---|
| C1MagentoCommand | command |
Initializes a new instance of the C1MagentoDataAdapter class a conection and a select command text.
public C1MagentoDataAdapter(C1MagentoConnection connection, string commandText)
Public Sub New(connection As C1MagentoConnection, commandText As String)
| Type | Name | Description |
|---|---|---|
| C1MagentoConnection | connection | |
| string | commandText |
Initializes a new instance of the C1MagentoDataAdapter class with a conection string and a select command text.
public C1MagentoDataAdapter(string connectionString, string commandText)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |