Calculated property doesn't appear in the database after EF Core migration

后端 未结 0 859
情话喂你
情话喂你 2020-12-14 07:26

I have this entity class which is used for EF Core migration

public class UserData
{
    public int Id { get; set; }
    public int TotalUsersStart { get; set         


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