It should work if you place the Fetch() calls after all other statements (in your case the where). Either reorder your statements or wait for NHibernate 3.0.1 (it's fixed there).
On Feb 8, 3:48 pm, Stefan Wenig <[email protected]> wrote: > AFAIK, left join is not yet implemented in LINQ to NH. I suggest you > file an issue, there should be at least an exception that tells you > what's wrong/not supported. > > On Feb 7, 11:30 am, Hawkwood <[email protected]> wrote: > > > any idea? > > This is a bug or a feature not yet developed? > > -- 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.
