2013/1/22 Peter Wood <[email protected]>:
> Hi -
>
> I have come across several LINQ operators (eg. join, intersect) which
> indicate that they are unsupported when I use them with NHibernate.  These
> in particular are pretty key.

What makes you say "join not supported"? I'm certainly using it.

As for intersect, union, and the rest of that family, the problem is
that they are not supported in the underlying HQL either. Someone
should work on that...


> LINQ is our preferred query approach, and I don't what to get into a
> situation where we have 3 or 4 query APIs in use to make up for gaps in its
> support, so I need to make a decision on the best way to go.

This of course depends greatly on you query needs, but in my own
projects I've lately been able to rewrite a lot of QueryOver/HQL to
LINQ.

/Oskar

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to