Anyone know of a way around the following issue? We attempt to lazy load a collection of sub objects that reside under the primary object.
When we reference the object, NHibernate correctly fetches the object. We then attempt to check if the collection of subobjects is null; this seems to force a fetch of the subobjects. Is there a way around this? Thanks, -Rich -- 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.
