Entity Framework Core Include as not tracking

前端 未结 0 330
不思量自难忘°
不思量自难忘° 2020-12-06 02:19

I have following query:

DbContext.Export
  .Include(e => e.ExportPackages).ThenInclude(ep => ep.Package)
  .FirstOrDefault(e => e.Id == 123);
         


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