Fluent NHibernate - 使用存储过程进行删除

发布于 2024-09-13 17:16:41 字数 94 浏览 1 评论 0原文

我们已经实现了 Fluent NHibernate,但是在删除几个表的行时需要执行存储过程。

是否有办法在不创建命令对象并将其纳入会话事务的情况下完成此操作?

We've implemented Fluent NHibernate, but we have a need to execute a stored proc when deleting a row for a couple of tables.

Is there anyway to accomplish this without creating a command object and enlisting it with the session's transaction?

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

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

发布评论

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

评论(1

情释 2024-09-20 17:16:41

是的,可以在映射类构造函数中使用 SqlDelete(sprocName) 调用。

Yes, this is possible using the SqlDelete(sprocName) call in your mapping class constructor.

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