Yes, but I have to combine it with .Fetch(), otherwise the association isn't created. And if I combine it, it generates the wrong SQL that I've already posted.
On Jul 15, 8:10 am, Darren Kopp <[email protected]> wrote: > cant you do > > var query = from x in session.Query<X>() > join y in session.Query<Y>() on x.Id = y.OtherId > > doesn't that work in the new linq provider? That should give you an inner > join. -- 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.
