可与 Service Broker 和事务配合使用的最佳 ORM

发布于 2024-08-16 04:54:17 字数 159 浏览 4 评论 0原文

问候

是否有一个 ORM(特定于 MS-Sql)可以处理事务并且对 Service Broker 友好。我正在寻找的是能够在事务内部使用 ORM 表的能力,并且能够在事务内部执行服务代理调用(通过使用 ORM 对象/方法或直接执行 command.ExecuteNonQuery)。谢谢!

Greetings

Is there a ORM (MS-Sql specific) that can work with transactions and is Service Broker friendly. What I’m searching for is the ability to work with the ORM tables, inside a transaction, and be able to do service broker calls inside the transaction (either by using an ORM object/method or by directly executing a command.ExecuteNonQuery). Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丿*梦醉红颜 2024-08-23 04:54:17

几乎所有 ORM 都支持这一点 - 没有什么特别的,您只需要事务支持和直接 SQL 命令执行。所以我会关注选择 ORM 的不同标准;)

Almost any ORM supports this - there is nothing special, you need just transactions support and direct SQL command execution. So I'd focus on different criteria for choosing ORM ;)

孤单情人 2024-08-23 04:54:17

我建议NHibernate。

I would suggest NHibernate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文