dotConnect for Adobe Commerce Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class
Members

SqlShimConnectionStringBuilder Class
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.Magento.MagentoConnectionStringBuilder) 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.Magento.MagentoConnectionStringBuilder 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

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

See Also