Skip to main content

SelectNodeBuilder.InnerJoin(Source, String) Method

Specifies the inner JOIN operation.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SelectNodeBuilder InnerJoin(
    Source node,
    string conditionString
)

Parameters

Name Type Description
node Source

A data source that comprises the federated data source.

conditionString String

The JOIN condition.

Returns

Type Description
SelectNodeBuilder

A SelectNodeBuilder object on which a method is being called.

See Also