SelectNodeBuilder.Join(Source, JoinType, String) Method
In This Article
Specifies the JOIN operation.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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. |
join |
Join |
The SQL JOIN type. |
condition |
String | The JOIN condition. |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also