Skip to main content
All docs
V26.1
  • QueryNodeCollection.IndexOf(QueryNode) Method

    Returns the zero-based index of the specified node in the collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public int IndexOf(
        QueryNode item
    )

    Parameters

    Name Type Description
    item QueryNode

    A QueryNode object to locate in the collection.

    Returns

    Type Description
    Int32

    An integer value that is the position of the specified element in the collection.

    See Also