Hi,
What is best practice to deep load all child entities of an entity?
It is possible to use .Include(x=>x.childEntities) for one level, but I would like to load the childChildEntities of the childEntities
Entity
What is best practice to deep load all child entities of an entity?
It is possible to use .Include(x=>x.childEntities) for one level, but I would like to load the childChildEntities of the childEntities
Entity
-
List<ChildEntitiy> ChildEntities
- List<ChildChildEntity> ChildChildEntities