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

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

    Parameters

    value
    The OraclePipeMessage object to find.

    Return Value

    The zero-based location in the collection.
    See Also