Nhibernate Linq 3 In Clause -


It looks like Linq is not working properly with 3.0 (trunk)

< P> I tried the following:

  var l = session.Query & lt; MyClass & gt; Where (P = & gt; Search Group Content (PIID)). Select (r = & gt; r);  

I think

  \ "System.Collections.Generic.ICollection` 1 [System.Int32] \" and \ "define System.Int32  

With Linq 1.0 it works properly

  var l = session.Linq  where. (P =  

Should I use something different with the new link version or is it just a bug?

/ P>

< P>

This is a bug.

If you want to use NHibernate.Linq, then I'll give you NHibernate Suggesting upgrade to 3.2

The NHibernate 3.0 LINQ provider is one step behind one of the previous versions ...


Comments