NHibernate - 有没有办法映射使用 sql 函数并返回表的公式?!

发布于 2024-12-07 08:14:23 字数 243 浏览 0 评论 0原文

我有一个返回表的 sql 函数,我需要将其映射到我正在尝试使用公式的集合,但据我所知,公式仅适用于单个返回值(对吗?!?)

有没有办法使用公式并将其映射到数据表或其他一些集合(

<propery name="Prop" type="DataTable" formula="select function(...)"/>

如果不是)我的其他选择是什么?!

谢谢!

I have a sql function that returns table and I need to map it to a collection i'm trying with formula but as far as i can tell formula is good only to single returned value (right?!?)

is there a way to use formula and map it to a DataTable or some other collection

<propery name="Prop" type="DataTable" formula="select function(...)"/>

if not what are my other options?!

thanks!

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

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

发布评论

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

评论(1

泪冰清 2024-12-14 08:14:23

http://ayende.com/blog/1720/using-sql-functions -in-nhibernate

对于返回值,您可以使用 DTO 或 Persistence 类

http://ayende.com/blog/1720/using-sql-functions-in-nhibernate

For return value you can use DTO or Persistence class

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