Entity framework attach update not working

前端 未结 0 764
执笔经年
执笔经年 2021-02-13 07:42

I\'m trying to update a POCO object using entity framework in the following way:

 context.Jobs.Attach(job);
 context.SaveChanges();

That does n

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