Retrieve child entities from CrudAppService in ABP

前端 未结 5 1046
忘了有多久
忘了有多久 2021-01-03 16:47

The GetAll and Get methods of the ready-made CrudAppService don\'t include child entities.

Is it possible to modify its behavi

5条回答
  •  庸人自扰
    2021-01-03 17:09

    You have to include the child entities manually. It's lazy loading by design.

提交回复
热议问题