dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleHomeCollection Class / Count Property

In This Topic
    Count Property (OracleHomeCollection)
    In This Topic
    Returns the number of OracleHome objects in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The number of OracleHome objects in the collection.
    See Also