Joins two tables using on a single join condition
This overload is used to create the most common type of join, when two tables are joined on a single equality condition.
query.FromClause.Join(JoinType.Inner, tCustomers, tOrders, new JoinCondition("customerId", "customerId"));
FromClause Class | Reeb.SqlOM Namespace | FromClause.Join Overload List