Open this page in the API Guide

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

Parameters

key
Type: System.String
The key.

Return Value

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