dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleHomeCollection Class / Contains(String) Method
The name of Oracle home to search for.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether Oracle home with the specified name is present at the system.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    The name of Oracle home to search for.

    Return Value

    true if Oracle home with the specified name is found; 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