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.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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