SelectNodeBuilder.LeftJoin(Source, String) Method
Specifies the left outer JOIN operation.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
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