See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

IsFixedSize Property

Devart.Data.Oracle Namespace > OracleArray Class : IsFixedSize Property (OracleArray)

Gets a value indicating whether the OracleArray has a fixed size.

[Visual Basic]
Public ReadOnly Property IsFixedSize As Boolean
[C#]
public bool IsFixedSize {get;}

Return Type

true if the OracleArray has a fixed size; otherwise, false.

Remarks

A collection with a fixed size does not allow to add or remove elements after the collection is created, but it allows to modify already existing elements.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.