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

SelectNodeBuilder.Join(IJoinNode, JoinType, String) Method

Specifies the JOIN operation.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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