Item Property (OracleParameter)
In This Topic
Gets the value of the element at the specified index for DML array or PL/SQL tables.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
public object this[
int
]; {get; set;}
Parameters
- index
- The zero-based index.
Property Value
A value of the element of DML array or PL/SQL tables.
See Also