leftJoin
Create a LEFT JOIN (same as LEFT OUTER JOIN) component with the given data source. Use the returned On component to specify join conditions.
Return
The On object used for specifying join conditions.
Parameters
datasource
The DataSource object of the JOIN clause.