Skip to main content
A newer version of this page is available. .

QueryNodeCollection.Insert(Int32, QueryNode) Method

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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