Linq to NHibernate [closed]

2020-01-25 15:47发布

I have been looking around for some example projects or tutorials on Linq to Nhibernate.

Does anyone know of any good ones?

9条回答
走好不送
2楼-- · 2020-01-25 16:26

There's currently not a mature linq to nhibernate provider, so you've to wait till that's implemented I think before you can do anything beyond from x in .. where .. select...

查看更多
4楼-- · 2020-01-25 16:34

If you need the best samples on a project. You can look at the tests. You will have the most complete samples for every fields. (Only if the project is unit tested :))

look here for select samples: http://nhcontrib.svn.sourceforge.net/viewvc/nhcontrib/trunk/src/NHibernate.Linq/src/NHibernate.Linq.Tests/SelectionTests.cs?view=markup

And for the all test folder: http://nhcontrib.svn.sourceforge.net/viewvc/nhcontrib/trunk/src/NHibernate.Linq/src/NHibernate.Linq.Tests/

Hope this helps.

查看更多
登录 后发表回答