Joins two tables using on an array join condition
A logical AND will be applied on the conditions. Schematically, the resulting SQL will be ... x join y on (cond1 and cond2 and cond3 and ... and condN) ...
FromClause Class | Reeb.SqlOM Namespace | FromClause.Join Overload List