Consider this:
customer-orders-ordertype all related to each other:
How can i fetch this the best way to get :
1 customer - several orders - 1 ordertype per order
I just came to the following
adapter.fetchentitycollection(orders,customer.GetRelationInfoOrders())
How do I get the ordertype
Richard