EntityFramework 是否有能力检查而不覆盖其他人的更改?
我的意思是这样的:
机器A编辑客户A,机器B也打开客户A信息进行编辑。
机器 A 更新了客户 A 的信息后,机器 B 单击“保存”并用旧信息覆盖更改。
实体框架可以在保存之前进行一些检查并抛出异常吗?我想我在某处读到过一些关于非乐观并发的内容......
What I mean is as follows:
Machine A editing customer A, Machine B also opened customer A information for editing.
After Machine A updated customer A's information, Machine B clicked Save and overwrote the changes with the old information.
Can Entity Framework do some checking and throw an exception before Save? I think I read something about non-optimistic concurrency somewhere...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看时间戳/行版本字段。
take a look at timestamp/row version fields.