Skip to main content

QueryNodeCollection Class

A collection of federated queries (QueryNode objects).

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

[TypeConverter(typeof(QueryNodeCollectionTypeConverter))]
public sealed class QueryNodeCollection :
    IList<QueryNode>,
    ICollection<QueryNode>,
    IEnumerable<QueryNode>,
    IEnumerable,
    IList,
    ICollection,
    IQueryCollection<QueryNode>

Remarks

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

Inheritance

Object
QueryNodeCollection
See Also