IsFixedSize Property (OracleArray)
Gets a value indicating whether the
OracleArray has a fixed size.
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize {get;}
Property Value
true if the
OracleArray has a fixed size; otherwise,
false.