[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoCommand.-ctor

C1MagentoCommand Constructor

C1MagentoCommand()

Create a C1MagentoCommand instance.

Declaration
public C1MagentoCommand()

C1MagentoCommand(C1MagentoConnection)

Create a C1MagentoCommand instance with a connection.

Declaration
public C1MagentoCommand(C1MagentoConnection connection)
Parameters
Type Name Description
C1MagentoConnection connection

C1MagentoCommand(C1MagentoConnection, string)

Create a C1MagentoCommand instance with a connection and a command text.

Declaration
public C1MagentoCommand(C1MagentoConnection connection, string commandText)
Parameters
Type Name Description
C1MagentoConnection connection
string commandText