📜  查询 Parent-GrandChild 集合 - C# 代码示例
📅  最后修改于: 2022-03-11 14:48:39.756000             🧑  作者: Mango
代码示例1
Parent parent = _context.Parent.Include(p => p.Children.Select(c => c.Grandchild).FirstOrDefault();