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 (26.2.0.1000)
Syntax
public bool ContainsKey(
	string key
)

Parameters

key  String
The key.

Return Value

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