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.
    See Also