DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / C1MagentoCommand Constructor / C1MagentoCommand Constructor(C1MagentoConnection)

In This Topic
    C1MagentoCommand Constructor(C1MagentoConnection)
    In This Topic
    Create a C1MagentoCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1MagentoConnection _
    )
    public C1MagentoCommand( 
       C1MagentoConnection connection
    )

    Parameters

    connection
    See Also