Exclude nulls from ThenInclude

前端 未结 0 1840
误落风尘
误落风尘 2021-02-07 11:28

I have EF context as below

_context.Offices
       .Where( x => x.ID == id )
            .Include( x => x.County)
               .ThenInclude( x => x.Emp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题