NHibernate 3.0 IQueryable完全支持哪些 linq 函数?

发布于 2024-10-30 12:07:52 字数 215 浏览 0 评论 0原文

我已经使用 NHibernate 一段时间并且喜欢 NHibernate.Linq。现在 NHibernate 3.0 已经内置了 Linq,我一直在寻找一些文档来准确找出现在支持哪些 Linq 函数,但由于某种原因无法在任何地方找到明确的列表。

缺少运行大量代码来查看“不支持指定的方法”。我想知道是否有人知道受支持的函数列表可能在哪里。

任何帮助将不胜感激。

谢谢

I have been using NHibernate for a while and loved NHibernate.Linq. Now that NHibernate 3.0 is out with Linq built in, I have been looking for some documentation to find out exactly which Linq functions are suppported now and for some reason cannot find a definative list anywhere.

Short of running a load of code to see "Specified method is not supported." exceptions I was wondering if anyone knows where a list of the supported functions might be.

Any help would be much appreciated.

Thanks

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

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

发布评论

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

评论(1

转角预定愛 2024-11-06 12:07:52

唯一权威的来源是......来源:-)

https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/nhibernate/src/NHibernate/Linq

不过,如果您有需要支持的特定方法,您始终可以在以下位置创建 Jira 问题: http://jira.nhforge.org

顺便说一句,最新的稳定版本是 3.1,3.2 即将推出。从3.0开始,LINQ前端已经做了很多工作(我自己提交了一些小补丁)

The only authoritative source is... the source :-)

https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/nhibernate/src/NHibernate/Linq

Still, if you have specific methods that you need support for, you can always create a Jira issue at http://jira.nhforge.org

BTW, the latest stable version is 3.1, with 3.2 coming soon. A lot of work has been done since 3.0 in the LINQ front (I've submitted a few small patches myself)

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