Would appreciate some help on this
objects
Vendor string VendorID List VendorSets
VendorSet string VendorSetID List VendorSetMembers
VendorSetMember string VendorSetID string VendorID
Using Linq -- What I need is a way to get a list of all the VendorSets any vendor is in. Not sure how to sub query the list of vendorsetmember for the matching vendorid and return the corresponding vendorset as a list of vendorsets in the vendor object