dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class
Members

In This Topic
    SqlShimConnectionStringBuilder Class
    In This Topic
    Generates automatically connection strings used to connect to a cloud data source.
    Syntax
    Remarks
    The SqlShimConnectionStringBuilder class provides the base class from which the strongly typed connection string builders (Devart.Data.ExactTarget.ExactTargetConnectionStringBuilder) are derived. The connection string builders let developers programmatically create syntactically correct connection strings, and parse and rebuild existing connection strings. It is recommended to use the strongly typed connection string builders (Devart.Data.ExactTarget.ExactTargetConnectionStringBuilder and so on) because they support only key/value pairs that are supported by particular data source; trying to add invalid pairs will throw an exception. For more information, refer to the description of the System.Data.Common.DbConnectionStringBuilder class in MSDN.
    Inheritance Hierarchy
    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