I have a query that performs a UNION between two tables. I'm trying to implement the same thing with SubSonic. I have two related questions:
- What is the SubSonic syntax to perform a union.
- How do I rename a column. Assuming the UNION will require to match the column names between the two tables