Where can I see simple sample how to use DataShape instead of Including? I have this code: var referenced = from c in assembling.Computers where c.Computer_Id == 1 select c.Lot; referenced = referenced.Including(h => h.Model); Samples here http://forums.microsoft.com/msdn/showpost.aspx?postid=1275820&SiteID=1 don't give understanding :(
Read More...