Skip to main content
All docs
V26.1
  • QueryNodeCollection.Insert(Int32, QueryNode) Method

    Inserts the specified QueryNode object into the collection at the specified position.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void Insert(
        int index,
        QueryNode item
    )

    Parameters

    Name Type Description
    index Int32

    An integer value that is the zero-based index at which the object should be inserted.

    item QueryNode

    A QueryNode object to insert in the collection.

    See Also