ConnectionStringBuilder Class

The connection string builder let 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 (8.0.2.1001)
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
  NameDescription
Public methodContainsKey
Determines whether the connection string contains key.
Public methodGetValueT(String)
Gets the value with the specified data type.
Public methodGetValueT(IEnumerableString, T)
Gets the value with the specified data type.
Public methodGetValueT(String, T)
Gets the value with the specified data type.
Public methodRemove
Removes the key/value pair with the specified key.
Public methodSetValue
Sets the value.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also