| 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;}true if the OracleArray 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.
OracleArray Class | OracleArray Members
© 2002 - 2013 Devart. All Rights Reserved.