I am prototyping a generic data browser over WCF Data Services....The user can select the entities from a TreeView, thus I cannot hardcode the query result types and have to code the queries (URI or LINQ) dynamically....To offer joins across different Dat...