Hello
I have Product table, and UnitMeaure table
there are 2 releations between product and unitmeasure
1 using Product.UnitMeasure property
2 using Product.WeightUnitMeasure property
I need to construct prefetch clause that will return me product object and 2 related unitMeasure objects
how would i do that?