[]
Create a C1MagentoCommand instance.
public C1MagentoCommand()
Public Sub New()
Create a C1MagentoCommand instance with a connection.
public C1MagentoCommand(C1MagentoConnection connection)
Public Sub New(connection As C1MagentoConnection)
| Type | Name | Description |
|---|---|---|
| C1MagentoConnection | connection |
Create a C1MagentoCommand instance with a connection and a command text.
public C1MagentoCommand(C1MagentoConnection connection, string commandText)
Public Sub New(connection As C1MagentoConnection, commandText As String)
| Type | Name | Description |
|---|---|---|
| C1MagentoConnection | connection | |
| string | commandText |