dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / ContainsKey Method
Key to search for.

ContainsKey Method (PgSqlConnectionStringBuilder)
Indicates whether specified key is set in the PgSqlConnectionStringBuilder 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