Hi all, How to use Linq to select and group complex child object from a parents list.
I have an *OrderList* each of order object has a *OrderProductVariantList*(OrderLineList), and each of*OrderProductVariant* object has ProductVariant, and then the * ProductVariant* object will have a*Product* object which contains product information. *My goal is to select and group the most popular products from the order list.* Can anyone help me with this? Many thanks Daoming -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
