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