Updating Entity Framework Model

前端 未结 6 2146
悲&欢浪女
悲&欢浪女 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:56

    right click properties from changed table on Model.edmx[Diagram] and "Update model from database" . save and run

提交回复
热议问题