NHibernate - 有没有办法映射使用 sql 函数并返回表的公式?!
我有一个返回表的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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