Tagged Questions
4
votes
3answers
2k views
Eager loading of Linq to SQL Entities in a self referencing table
I have 2 related Linq to SQL questions. Please see the image below to see what my Model looks like.
Question 1
I am trying to figure how to eager load the User.AddedByUser field on my User ...