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

In This Topic
    C1MagentoConnection Constructor(C1MagentoConnectionStringBuilder)
    In This Topic
    Initialize a new C1MagentoConnection instance using the specified connection string expressed in a C1MagentoConnectionStringBuilder.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connectionStringBuilder As C1MagentoConnectionStringBuilder _
    )
    public C1MagentoConnection( 
       C1MagentoConnectionStringBuilder connectionStringBuilder
    )

    Parameters

    connectionStringBuilder
    See Also