Skip to main content
All docs
V26.1
  • QueryNodeCollection Class

    A collection of federated queries (QueryNode objects).

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    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