dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class / ArrayCapacity Property

In This Topic
    ArrayCapacity Property
    In This Topic
    Gets the number of elements that the OracleArray or OracleTable can contain.
    Syntax
    'Declaration
     
    Public ReadOnly Property ArrayCapacity As Integer
    public int ArrayCapacity {get;}

    Property Value

    The number of elements that the OracleArray or OracleTable can contain.
    See Also