ConnectionStringBuilder Class |
Namespace: Dundas.BI.Data.DataProviders
The ConnectionStringBuilder type exposes the following members.
Name | Description | |
---|---|---|
ConnectionStringBuilder |
Initializes a new instance of the ConnectionStringBuilder class.
| |
ConnectionStringBuilder(String) |
Initializes a new instance of the ConnectionStringBuilder class.
|
Name | Description | |
---|---|---|
ConnectionString |
Gets or sets connection string.
| |
Item |
Gets or sets the value associated with the specified key.
| |
Keys |
Gets the keys.
|
Name | Description | |
---|---|---|
ContainsKey |
Determines whether the connection string contains key.
| |
GetValueT(String) |
Gets the value with the specified data type.
| |
GetValueT(IEnumerableString, T) |
Gets the value with the specified data type.
| |
GetValueT(String, T) |
Gets the value with the specified data type.
| |
Remove |
Removes the key/value pair with the specified key.
| |
SetValue |
Sets the value.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |