I have the following LINQ code: var posts = (from p in db.Posts .Include(\"Site\") .Include(\"PostStatus\")