dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / Item Property
A zero-based index of the character.

In This Topic
    Item Property (OracleJson)
    In This Topic
    Gets the character at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Char
    public char this[ 
       int index
    ]; {get;}

    Parameters

    index
    A zero-based index of the character.

    Property Value

    A character at the specified index in OracleJson.
    See Also