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

In This Topic
    Count Property (OracleArray)
    In This Topic
    Gets the number of elements contained in the OracleArray.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The number of elements contained in the OracleArray.
    See Also