Skip to main content
All docs
V26.1
  • QueryBuildingExtensions.From(IJoinNode) Method

    Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public static SelectNodeBuilder From(
        this IJoinNode root
    )

    Parameters

    Name Type Description
    root IJoinNode

    A SourceNode object for which a query is being built.

    Returns

    Type Description
    SelectNodeBuilder

    A SelectNodeBuilder object that implements a Fluent interface to build a query.

    See Also