dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / Remove Method
The key to clear.

In This Topic
    Remove Method (PgSqlConnectionStringBuilder)
    In This Topic
    Sets value of the specified key to default.
    Syntax
    'Declaration
     
    Public Overrides Function Remove( _
       ByVal keyword As String _
    ) As Boolean
    public override bool Remove( 
       string keyword
    )

    Parameters

    keyword
    The key to clear.

    Return Value

    true, if operation is successful; false otherwise.
    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