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

SelectNodeBuilder.Join(Source, JoinType, String) Method

Specifies the JOIN operation.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

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

Parameters

Name Type Description
node Source

A data source that comprises the federated data source.

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