Item Property (OracleParameter)
Gets the value of the element at the specified index for DML array or PL/SQL tables.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
Parameters
- index
- The zero-based index.
Property Value
A value of the element of DML array or PL/SQL tables.