I don't necessarily have to use prefetchPaths, they just seemed the easiest.
Is there a way to make llblgen generate and use 1 query, regardless of the method? could you give an example in linq or whatever else is possible? (excluding SPs and dynamiclist - as I need to bring back a strongly typed object)
I understand that multiple queries are great for a situation like order/orderDetails, but for lookup tables on entities, it's less than helpful performance-wise.