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

In This Topic
    C1MagentoCommand Constructor(C1MagentoConnection,String)
    In This Topic
    Create a C1MagentoCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1MagentoConnection, _
       ByVal commandText As String _
    )
    public C1MagentoCommand( 
       C1MagentoConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also