Hi, I've inherited some code that has lots of object relationships, all the mappings work ok, but when I use session.Get<object>(id) it fills the object and it's contained objects and any objects contained in those with proxies (lazy loading)..
Is there anyway to change this behaviour and force it to 'eager load' just for this one object...? I want to fetch ALL the data in one hit. thanks, J. -- 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.
