How To Update EF 4 Entity In ASP.NET MVC 3?

后端 未结 6 2011
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-09 07:26

I have 2 projects - a class library containing an EDM Entity Framework model and a seperate ASP.NET MVC project.

I\'m having problems with how your suppose to edit and s

6条回答
  •  难免孤独
    2021-02-09 07:58

    Please look at my Update method on the following question: Partially updating object with EF Code First and ASP.NET MVC This works nice, even when I dislike, that I have to specify the field names.

提交回复
热议问题