Nhibernate Fluent INNER JOIN 查询

 var list = session.QueryOver<PluginEntity>().JoinQueryOver(o => o.PluginModule, NHibernate.SqlCommand.JoinType.InnerJoin).List<PluginEntity>();
原文地址:https://www.cnblogs.com/byxxw/p/4421443.html