-
Notifications
You must be signed in to change notification settings - Fork 345
Open
Description
I‘m working with my MenuTree,this is my code
var res = await _worker.GetRepository<Menu>().GetFirstOrDefaultAsync(predicate: c => c.Id.Equals(id)
,include:source=>source.Include(c=>c.Menus).ThenInclude(c=>c.Menus).ThenInclude(c => c.Menus).ThenInclude(c => c.Menus));``
if i only use one include ,they just include once. but how can i use one include to finnish my MenuTree
Metadata
Metadata
Assignees
Labels
No labels