dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / ContainsKey Method
Key to search for.

In This Topic
    ContainsKey Method
    In This Topic
    Indicates whether specified key is set in the OracleConnectionStringBuilder 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.
    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