Skip to main content
A newer version of this page is available. .
All docs
V21.1

TransformationNodeBuilder(IJoinNode) Constructor

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public TransformationNodeBuilder(
    IJoinNode root
)

Parameters

Name Type Description
root IJoinNode

The root node.

See Also