In Entity Framework Core ( EF.core ) you can use .ThenInclude for including next levels. var blogs = context.Blogs .Include(blog => blog ...
確定! 回上一頁