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

On this page
    ArrayCapacity Property
    On this page
    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