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

In This Topic
    C1MagentoDataAdapter Constructor(C1MagentoCommand)
    In This Topic
    Initializes a new instance of the C1MagentoDataAdapter class with a select command.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal command As C1MagentoCommand _
    )
    public C1MagentoDataAdapter( 
       C1MagentoCommand command
    )

    Parameters

    command
    See Also