dotConnect for Magento Documentation
Devart.Data.Magento Namespace / MagentoConnectionStringBuilder Class
Members

In This Topic
    MagentoConnectionStringBuilder Class
    In This Topic
    Generates automatically connection strings used to connect to Magento.
    Syntax
    Remarks
    The MagentoConnectionStringBuilder allows you to construct a connection string by assigning values to corresponding properties. After you have initialized all connection properties you need, use System.Data.Common.DbConnectionStringBuilder.ConnectionString property or ToString method to obtain the connection string built.
    Inheritance Hierarchy

    System.Object
       System.Data.Common.DbConnectionStringBuilder
          Devart.Common.DbConnectionStringBuilder
             Devart.Data.SqlShimConnectionStringBuilder
                Devart.Data.Magento.MagentoConnectionStringBuilder

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also