ConnectionStringBuilder.Remove Method |
Removes the key/value pair with the specified key.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
bool Remove(
String^ key
)
member Remove :
key : string -> bool
Parameters
- key
- Type: System.String
The key of the key/value pair to remove from the connection string.
Return Value
Type:
Booleantrue if the key existed within the connection string and was removed;
false if the key did not exist.
Exceptions
See Also