Skip to main content
A newer version of this page is available. .

UnionNode Class

A node that provides data with a Union query.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class UnionNode :
    QueryNode

The following members return UnionNode objects:

Remarks

The UnionNode objects are contained in the QueryNodeCollection accessible with the FederationDataSourceBase.Queries property.

Implements

Inheritance

See Also