views:

88

answers:

2

I'm running NHibernate 2.1.2.4000 but there's no Query() method off my session...

Which version of NHibernate introduces linq into the core?

I'm still running on the old Contrib Linq.

I've just upgraded to the latest stable release of Sharp Architecture which makes it difficult to upgrade individual components (e.g. NHibernate) off the trunk because of dependency nightmares.

+2  A: 

take a look at WhoCanHelpMe. it uses s#arp at it's core but has a LinqRepository.

CurlyFro
+1  A: 

NHibernate 3 is supposed to introduce Linq into the Core libraries. Until then you need to include the external linq provider (which it looks like you're aware of). It's part part of NHContrib and can be downloaded from here.

R0MANARMY