Linq-to-entities – Include() method not loading
UPDATE: Actually I recently added another Tip that covers this, and provides an alternate probably better solution. The idea is to delay the use of Include() until the end of the query, see this for more information: Tip 22 – How to make include really include There is known limitation in the Entity Framework when … Read more