Skip to main content
All docs
V26.1
  • SelectNodeBuilder.Join(IJoinNode, JoinType, String) Method

    Specifies the JOIN operation.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public SelectNodeBuilder Join(
        IJoinNode node,
        JoinType joinType,
        string conditionString
    )

    Parameters

    Name Type Description
    node IJoinNode

    A node in the federated query.

    joinType JoinType

    The SQL JOIN type.

    conditionString String

    The JOIN condition.

    Returns

    Type Description
    SelectNodeBuilder

    A SelectNodeBuilder object on which a method is being called.

    See Also