海阔天空

导航

NHibernate-查询

NHibernate Linq

从NHibernate 3.x开始,将很多类库集成到了NHibernate.dll中。

3.0中需要的类库:

  • NHibernate
  • Iesi.Collections
  • Remotion.Data.Linq
  • NHibernate.ByteCode.Castle
  • Castle.Core
  • Antlr.Runtime

3.1中集成了Remotion.Data.Linq

  • NHibernate
  • Iesi.Collections
  • NHibernate.ByteCode.Castle
  • Castle.Core

到了3.2只需要两个类库:

  • NHibernate
  • Iesi.Collections

对应的Fluent NHibernate 1.2,使用Linq需要添加using NHibernate.Linq

posted on 2013-06-11 22:53  达芬奇  阅读(161)  评论(0编辑  收藏  举报