ConnectionStringBuilder Class

The connection string builder lets developers programmatically create syntactically correct connection strings. It can also be used to parse and rebuild existing connection strings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersConnectionStringBuilder

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ConnectionStringBuilder

The ConnectionStringBuilder type exposes the following members.

Constructors
  NameDescription
Public methodConnectionStringBuilder
Initializes a new instance of the ConnectionStringBuilder class.
Public methodConnectionStringBuilder(String)
Initializes a new instance of the ConnectionStringBuilder class.
Top
Properties
  NameDescription
Public propertyConnectionString
Gets or sets connection string.
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyKeys
Gets the keys.
Top
Methods
See Also