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

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

    Parameters

    keyword
    Key to search for.

    Return Value

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