可与 Service Broker 和事务配合使用的最佳 ORM
问候
是否有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
几乎所有 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 ;)
我建议NHibernate。
I would suggest NHibernate.