dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure / Item Property
The zero-based index.

In This Topic
    Item Property (OracleBinary)
    In This Topic
    Gets the single byte in an OracleBinary at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Byte
    public byte this[ 
       int index
    ]; {get;}

    Parameters

    index
    The zero-based index.

    Property Value

    A byte at the specified index.
    See Also