| Devart.Data.Oracle Namespace > OracleArray Class : Capacity Property |
Gets the number of elements that the OracleArray can contain.
[Visual Basic]
Public ReadOnly Property Capacity As Integer [C#]
public int Capacity {get;}The number of elements that the OracleArray can contain.
The number of elements that the OracleArray can contain is specified on creating VARRAY type at the Oracle server. For example, the value of Capacity property for type 'VARRAY(5) OF NUMBER' is 5.
OracleArray Class | OracleArray Members
© 2002 - 2013 Devart. All Rights Reserved.