dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / Item Property
The zero-based index of the element to retrieve.

In This Topic
    Item Property (OracleArray)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As Integer _
    ) As Object
    public object this[ 
       int i
    ]; {get; set;}

    Parameters

    i
    The zero-based index of the element to retrieve.

    Property Value

    The element at the specified index.
    See Also