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 (25.3.0.1000)
Syntaxpublic bool ContainsKey(
	string key
)
Public Function ContainsKey ( 
	key As String
) As Boolean
public:
bool ContainsKey(
	String^ key
)
member ContainsKey : 
        key : string -> bool 
Parameters
- key
 - Type: SystemString
The key. 
Return Value
Type: 
Boolean
            The value of 
 if the specified connection string contains key; otherwise, 
.
            
See Also