Skip to main content

UnionNodeBuilder(UnionType) Constructor

Initializes a new instance of the UnionNodeBuilder class with specified settings.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public UnionNodeBuilder(
    UnionType unionType
)

Parameters

Name Type Description
unionType UnionType

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

See Also