-
Couldn't load subscription status.
- Fork 4
Closed
Description
Is your feature request related to a problem? Please describe.
Needs a way to use ThenInclude with EFCore in Repository.GetAsync(id, params includes)
Describe the solution you'd like
INavigationRepository.GetAsync(id, blog => blog.Posts, post => post.Tags, blog => blog.Categories);
translates to
IQueryable.Include(b => b.Posts).ThenInclude(p => p.Tags).Include(b => b.Categories);Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request