NHibernate - 如何使用 QueryOver 将子查询投影为列
如何使用新的 NHibernate 3.0 QueryOver API 实现以下 sql?
select name, (select customertype from types where id = customer.id)
from customer
这是一个可以通过标准连接实现的简单查询,但用于突出问题。
How would one achieve the following sql with the new NHibernate 3.0 QueryOver API?
select name, (select customertype from types where id = customer.id)
from customer
This is a simple query achievable with a standard join, but used to highlight the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论