When you setup linq, it maps all your tables to objects, I get that.
Now what happens when your linq query is inner joining with another table?
I read on here that it returns an anonymous object?
What if I have an object that maps to the columns in the inner join of 2 tables, how do I map?
Just looping through the collection as if it was a datareader and init my object and add it to a List?