Skip to main content
A newer version of this page is available. .
All docs
V20.2

TransformationNode.Root Property

Gets or sets the name of the transformation node that is the root element among the transformation nodes used in a query.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public IJoinNode Root { get; set; }

Property Value

Type Description
IJoinNode

A root transformation node.

See Also