我相信扩展方法在EF Core之前可以使用,但是现在包括“children”的操作如下: var blogs = context.Blogs .Include(blog => blog.Posts) .ThenInclude(post => post.
確定! 回上一頁