See Also

NativeOracleArray Class  | NativeOracleArray Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

IsFixedSize Property

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

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

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

Return Type

true if the NativeOracleArray 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

NativeOracleArray Class  | NativeOracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.