ConnectionStringBuilder Methods |
The ConnectionStringBuilder type exposes the following members.
| 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.) |