Hi, I'm new to Linq, but I am a highly skilled with Oracle SQL, I have two List<> collections with a relationship between the two: listA = List listB = List The primary/foreign key will be "valueAB" There could potentially be none to many child records contained in B that map to one single record in A, I want to combine the two in a linq query that will create a new collection that contains a collection of all records in B (this would be List that is a member in List, see below..... for example,
Read More...