ConnectionStringBuilderRemove 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 (24.3.0.1000)
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the key/value pair to remove from the connection string.

Return Value

Type: Boolean
if the key existed within the connection string and was removed; if the key did not exist.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified key is .
See Also