Hi all,
I'm wondering how to do the following:
Lets say I have Orders and OrderLines. But I don't want to prefetch everything from the first time (in this example it seems stupid, but in the project I'm working on, it can go 4 levels deep).
**How can I fetch the OrderLines later on, when I already have the order. **
Could someone provide an example about this? Or guide me on how to do it?
I'm using Adapter.
(Something like: OrderEntityInstance.Prefetch(OrderLines) would be awsome
)
Kind regards,
Wim