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

SelectNode(IJoinNode) Constructor

Initializes a new SelectNode instance with the specified root.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public SelectNode(
    IJoinNode root
)

Parameters

Name Type Description
root IJoinNode

The root node.

See Also