dotConnect for SQLite 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
    public int IndexOf( 
       SqlStatement value
    )

    Parameters

    value
    The SqlStatement object to find.

    Return Value

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