【发布时间】:2011-08-26 13:11:31
【问题描述】:
如何在 nHibernate 中使用 TSQL 函数 ROUND。 我知道可以通过 Projects.SQLFunction(..) 访问 SQL 函数,但我不知道如何将所需的精度添加为参数。
【问题讨论】:
标签: tsql fluent-nhibernate rounding
如何在 nHibernate 中使用 TSQL 函数 ROUND。 我知道可以通过 Projects.SQLFunction(..) 访问 SQL 函数,但我不知道如何将所需的精度添加为参数。
【问题讨论】:
标签: tsql fluent-nhibernate rounding
我认为this Ayende post 就是您要找的东西
【讨论】: