See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Capacity Property

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;}

Return Type

The number of elements that the OracleArray can contain.

Remarks

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.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.