Entity Framework Core does not contain a definition for 'Include'

后端 未结 1 999
孤独总比滥情好
孤独总比滥情好 2020-12-17 07:34

I am trying to work with Entity Framework Core 1.0 and trying to utilize the .Include when filling objects through the dbcontext.

        EFTestContext conte         


        
相关标签:
1条回答
  • 2020-12-17 08:13

    Per this example on github here are the using's:

    using Microsoft.EntityFrameworkCore;
    using System.Linq;
    
    0 讨论(0)
提交回复
热议问题