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

In This Topic
    IsReadOnly Property (OracleArray)
    In This Topic
    Gets a value indicating whether the OracleArray is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

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