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