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

UnionNode(UnionType) Constructor

Initializes a new instance of the UnionNode class.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public UnionNode(
    UnionType type
)

Parameters

Name Type Description
type UnionType

A UnionType value that specifies the result set in the query.

See Also