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

SelectNodeBuilder(IJoinNode) Constructor

Creates a new SelectNodeBuilder for the specified node.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public SelectNodeBuilder(
    IJoinNode root
)

Parameters

Name Type Description
root IJoinNode

A node passed to the SelectNode constructor to create a SelectNode object.

Remarks

This constructor is the QueryBuildingExtensions.From(IJoinNode) equivalent.

See Also