Hi, According to the nhibernate documentation in the source FetchMode.Select (equals Lazy) and should
/// <summary> /// Fetch eagerly, using a separate select. Equivalent to /// <c>fetch="select"</c> (and <c>outer-join="false"</c>) /// </summary> But this does nothing, so it is not the same as fetch="select" in your mapping ! Can anyone explain the difference between them, and possibly explain why Lazy (as it more or less explains what is intented) was deprecated Kind regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
