dotConnect for SugarCRM Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / ContainsKey Method
Key to search for.

In This Topic
ContainsKey Method
In This Topic
Indicates whether specified key is set in the SqlShimConnectionStringBuilder object.
Syntax
'Declaration
 
Public Overrides Function ContainsKey( _
   ByVal keyword As String _
) As Boolean
 

Parameters

keyword
Key to search for.

Return Value

true, if the value of the specified key differs from default; otherwise, false.
See Also