IsReadOnly Property (NativeOracleArray)
In This Topic
Gets a value indicating whether the
NativeOracleArray is read-only.
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly {get;}
Property Value
true if the
NativeOracleArray is read-only; otherwise,
false.
See Also