Skip to main content
All docs
V26.1
  • SelectNodeBuilder(IJoinNode) Constructor

    Creates a new SelectNodeBuilder for the specified node.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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