ConnectionStringBuilderContainsKey Method

Determines whether the connection string contains 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 ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
The value of if the specified connection string contains key; otherwise, .
See Also