Hello,
Is there a way to merge several IRelationPredicateBucket objects into a single one?
So if you want to fetch a collection of OrderEntities according to different criterias (Employee, Customer, Product), you could use
myCustomer.GetRelationInfoOrder()
myEmployee.GetRelationInfoOrder()
myProduct.GetRelationInfoOrderViaOrderDetails()
to form a single IRelationPredicateBucket to use with fetchEntityCollection()