SelectNodeBuilder.InnerJoin(Source, String) Method
Specifies the inner JOIN operation.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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