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
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2