Skip to main content

QueryNodeCollection Class

A collection of federated queries (QueryNode objects).

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public sealed class QueryNodeCollection :
    IList<QueryNode>,
    ICollection<QueryNode>,
    IEnumerable<QueryNode>,
    IEnumerable,
    IList,
    ICollection,
    IQueryCollection<QueryNode>

The following members return QueryNodeCollection objects:

Remarks

The FederationDataSourceBase.Queries property provides access to the QueryNodeCollection object.

Inheritance

Object
QueryNodeCollection
See Also