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

QueryNodeCollection.AddRange(IEnumerable<QueryNode>) Method

Adds the specified collection of query nodes to the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public void AddRange(
    IEnumerable<QueryNode> items
)

Parameters

Name Type Description
items IEnumerable<QueryNode>

A collection of query nodes to add.

See Also