I'm using LLBL version 1.0.2005.1 (Adapter scenario) and i'm having a schema like this :
- Customers
- Orders (detail m:1 to Customers)
I fetch a collection of customers, with prefetched orders, based on criteria from
both tables.
What i'm trying to do is databind a control (Repeater) to the Orders (Prefetched Data),
and also have access to the columns of the parent table.
Is this possible?
Thanks in advance