Skip to main content
All docs
V26.1
  • QueryNodeCollection.AddRange(IEnumerable<QueryNode>) Method

    Adds the specified collection of query nodes to the collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void AddRange(
        IEnumerable<QueryNode> items
    )

    Parameters

    Name Type Description
    items IEnumerable<QueryNode>

    A collection of query nodes to add.

    See Also