Is there a technique we could use that would load 2 related CustomObjects with Projection using LLBLGenPro v2 with Adapter ?
For example :
There would be a **CustomOrder **object that has a property of type IList<CustomOrderLine>
the projection would load the CustomOrder object and its collection of CustomOrderLine objects.