Query Parent-GrandChild collection

Code Example - Query Parent-GrandChild collection

                
                        Parent parent = _context.Parent.Include(p => p.Children.Select(c => c.Grandchild).FirstOrDefault();