dotConnect Universal Documentation
Devart.Common Namespace / SqlStatementCollection Class / IndexOf Method
The SqlStatement object to find.

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

Parameters

value
The SqlStatement object to find.

Return Value

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