Entity framework attach update not working

前端 未结 0 644
独厮守ぢ
独厮守ぢ 2021-02-13 08:00

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

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

That does n

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