join
Create a JOIN (same as INNER 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.