NHibernate 3.0 IQueryable完全支持哪些 linq 函数?
我已经使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一权威的来源是......来源:-)
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)