SelectNodeBuilder.LeftJoin(IJoinNode, String) Method
Specifies the left outer JOIN operation.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | IJoinNode | A node in the federated query. |
| conditionString | String | The JOIN condition. |
Returns
| Type | Description |
|---|---|
| SelectNodeBuilder | A SelectNodeBuilder object on which a method is being called. |
See Also