If we have some nested collection (navigation property) in the entity model and this navigation also has a navigation property, what can you load using Entity Framework with minimal performance penalty?
CodePudding user response:
as use see the name of the navigation matters
CodePudding user response:
You should use ThenInclude
, to build up an expression tree
https://entityframeworkcore.com/querying-data-include-theninclude