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

On this page
    Count Property (OracleArray)
    On this page
    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