Hi,

I have asked a question on SO:
http://stackoverflow.com/questions/4380335/nhibernate-cant-successfully-eager-load

I understand that there seems to be a problem with Linq to NHibernate
that wants Fetch as the last clause, but I would like to understand
why doing a query with linq does not respect the Not.Lazyload() I put
in a mapping:

HasOne(x => x.Profile)
    .Not.LazyLoad()
    .Cascade.All();

My expectation is that with this defined, I should not even have to
tell linq that I want Profile to be fetched with the User entity. Is
there a problem with FNH ? NH ? Linq-NH ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" 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/fluent-nhibernate?hl=en.

Reply via email to