Table relationships in EFCore are not included in query

前端 未结 0 1855
终归单人心
终归单人心 2021-01-28 04:48

I am trying to run this query: var test = (await _db.TableA.Include(c=> c.TableB).Include(c=>c.TableC).ToListAsync(); The models are as such:

[         


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