dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / IndexOf Method / IndexOf(OracleSqlStatement) Method
The OracleSqlStatement object to find.

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

    Parameters

    value
    The OracleSqlStatement object to find.

    Return Value

    The zero-based location of the OracleSqlStatement in the collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also