try..catch 然后回滚.net c# Web 应用程序中已运行的存储产品
有谁知道,如何在 .net c# 中回滚 try...catch 中已运行的存储产品?
示例:
如果我需要运行 2 个存储过程,则创建 2 个函数来运行每个存储的产品,并且这些函数将在 try...catch 内调用,第一个存储的产品成功运行,但是第二个存储的产品运行产品出现错误并超时。在这种情况下,有什么方法可以回滚 .net c# 中第一个存储的产品吗?
Does anyone know, how can I rollback the already run stored prod inside try...catch in .net c#?
Example:
If I have 2 stored proc need to be run, 2 function is created to run each of the stored prod, and those function will be call inside the try...catch, the 1st stored prod run successfully, however the 2nd stored prod having an error and timeout. In this case, any way I can rollback the 1st stored prod in my .net c#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看
希望这有帮助。
Have a look at
Hope this help.