nhibernate 左连接 linq
据我了解,nhibernate 3.1 不支持使用 linq 语法进行左连接,我们必须使用 hql。
但有人知道这个功能是否有计划吗?什么时候?
谢谢
I understand that nhibernate 3.1 does not support left join with the linq syntax and we have to use hql.
But does someone know if that feature is planned ? and when ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然没有关于该功能的详细信息
HQL 中左连接的一个小例子:
问候
Apparently no details about that feature
A little example of Left join in HQL :
Regards