Hi to All,
What is the correct way to load collection properties of an entity defined by an 1-n and n-m relation?
(I would like to fill customer.Orders) with orders.
I know the prefetch path. Is there any alternative? (on demand?)
(I also know the adapter.FetchEntityCollection(orders, customer.GetRelationInfoOrders()); shortcut)
thx for answers