Updating Entity Framework Model

前端 未结 6 2142
悲&欢浪女
悲&欢浪女 2020-12-31 00:20

I have just started using EF and found it cool, but I ran into a problem,

Problem:
I changed my DB schema of a column inside the table User, It

6条回答
  •  無奈伤痛
    2020-12-31 00:57

    I've run into similar issues before, and found that the way to solve it was to delete the table from the model. Save and close the model. Then reopen the model and re-add the table.

提交回复
热议问题