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.
See Also