Why is my DbContext DbSet null?

前端 未结 0 1579
孤独总比滥情好
孤独总比滥情好 2021-02-11 13:10

I created a new Entity Frameworks Code First app and the DbSet (People) is returning null.

public class Person
{
    public int Id { get; set; }
    public strin         


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