dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / Remove Method
The key to clear.

In This Topic
    Remove Method (OracleConnectionStringBuilder)
    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.
    See Also