[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoCommand.-ctor

C1MagentoCommand Constructor

C1MagentoCommand()

Create a C1MagentoCommand instance.

Declaration
public C1MagentoCommand()
Public Sub New()

C1MagentoCommand(C1MagentoConnection)

Create a C1MagentoCommand instance with a connection.

Declaration
public C1MagentoCommand(C1MagentoConnection connection)
Public Sub New(connection As C1MagentoConnection)
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)
Public Sub New(connection As C1MagentoConnection, commandText As String)
Parameters
Type Name Description
C1MagentoConnection connection
string commandText