Skip to main content

QueryNodeCollection.AddRange(IEnumerable<QueryNode>) Method

Adds the specified collection of query nodes to the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void AddRange(
    IEnumerable<QueryNode> items
)

Parameters

Name Type Description
items IEnumerable<QueryNode>

A collection of query nodes to add.

See Also