标签: nhibernate nhibernate-criteria nhibernate-2
是否可以在 NHibernate 2 中使用条件API包含JOIN Child c ON c.ParentId = p.Id AND (c.Type = 'ANY_TYPE') 子句?
JOIN Child c ON c.ParentId = p.Id
AND (c.Type = 'ANY_TYPE')