-
Hello, on your documentation page http://www.developer.entityspaces.net/documentation/DynamicQuery/Join/Join.aspx I found for joined queries the following content: CustomerQuery cust = new CustomerQuery ( "c" ); OrderQuery order = new OrderQuery ( "o" ); OrderItemQuery item = new OrderItemQuery ( "oi...
-
Hi, I'm sure this is not a new topic, but I would appreciate your advice on the best way (or products) to design reports that use dynamic queries as a datasource. Most report designers rely on the fact that you assign an existing schema object to the report before you can use their designer surfaces...
-
Hi All, I'm attempting my first lot of dynamic joins (in he past I've used views and never needed to use dynamic joins), and I've run into a problem accessing the join fields. Below is the code I'm using to join two tables, return all records, and then loop through the collection. The primary table fields...