dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / IsReadOnly Property

In This Topic
IsReadOnly Property (NativeOracleArray)
In This Topic
Gets a value indicating whether the NativeOracleArray is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 

Property Value

true if the NativeOracleArray is read-only; otherwise, false.
Remarks
A collection that is read-only does not allow the add, remove, or modify elements after the collection is created.
See Also