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

In This Topic
    C1MagentoCommandBuilder Constructor(C1MagentoDataAdapter)
    In This Topic
    Initializes a new instance of a class that inherits from the C1MagentoCommandBuilder class receive a C1MagentoDataAdapter as input parameter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adapter As C1MagentoDataAdapter _
    )
    public C1MagentoCommandBuilder( 
       C1MagentoDataAdapter adapter
    )

    Parameters

    adapter
    See Also