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

UnionNodeBuilder.Build() Method

Finalizes the chain of methods specified to build a UnionNode.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public UnionNode Build()

Returns

Type Description
UnionNode

A UnionNode object.

See Also