ConnectionStringBuilder Methods

The ConnectionStringBuilder type exposes the following members.

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