| 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;}true if the NativeOracleArray has a fixed size; otherwise, false.
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.
NativeOracleArray Class | NativeOracleArray Members
© 2002 - 2013 Devart. All Rights Reserved.