QueryNodeCollection.AddRange(IEnumerable<QueryNode>) Method
Adds the specified collection of query nodes to the collection.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<QueryNode> | A collection of query nodes to add. |
See Also