Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个期望接收 IQueryable<> 接口的数据使用者,我需要通过复杂的本机查询访问我的数据库,因此是“命名查询”。
是否可以通过 NHibernate Linq 接口访问命名查询?
不,这是不可能的。
Linq 比 HQL 和 SQL 级别更高,因此您无法神奇地将 SQL 转换为 IQueryable 表达式树。