dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / ContainsKey Method
Key to search for.

ContainsKey Method
Indicates whether specified key is set in the DB2ConnectionStringBuilder 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also