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
 

Parameters

value
The OracleSqlStatement object to find.

Return Value

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