gpt4 book ai didi

asp.net - 如何在 ASP.NET 中实现悲观锁定

转载 作者:行者123 更新时间:2023-12-02 15:55:14 45 4
gpt4 key购买 nike

有一个名为 Accounts 的表。表结构如下:

 AccountID  AccountName  AccountTotalMoney

1 Stsven 3000

该帐户(其中 AccountID=1)被许多用户共享。

所以当用户更新帐户(锁定帐户)时,我想阻止其他人更新帐户。

我去过

6 ways of doing locking in .NET

但我还不明白。抱歉我的英语不好。提前致谢!

最佳答案

可以使用TransactionScope来实现悲观锁(更改隔离级别)

我认为这篇文章可以提供帮助:Setting the IsolationLevel using the System.Transactions TransactionScope.

请注意,您发布的链接中提到的“悲观锁定”是“悲观并发”的不同概念。确保它是您想要的东西。

关于asp.net - 如何在 ASP.NET 中实现悲观锁定,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13473871/

45 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com