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

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

    Parameters

    connectionString
    See Also