如何使用 nhibernate ConfORM 连接来自不同数据库的两个表,或者至少在 nhibernate ConfORM 中编写 sql 查询?
这是我需要运行的查询:
select RTRIM(l.descr) as affiliation, a.LocationId
from Facilities a
join [tmt-sam2].sammi.dbo.location l ON a.LocationId = l.off_code+'-'+l.location
谢谢, 阿列克谢