dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / IndexOf Method
The OracleArray object to find.

In This Topic
    IndexOf Method (OracleArray)
    In This Topic
    Gets the location in the collection of the OracleArray object.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public int IndexOf( 
       object value
    )

    Parameters

    value
    The OracleArray object to find.

    Return Value

    The zero-based location of the OracleArray in the collection.
    See Also