Hello,

The new Property LazyLoading feature of NHibernate does not seem to be
working with the latest version of Fluent NHibernate. Here is my
mapping:

public void Override(AutoMapping<MyClass> mapping)
{
   mapping.Map(x => x.BinaryDataField).LazyLoad();
}

If this is not yet supported, would there be a way to manually set a
mapping property?

Thanks,

Adam

-- 
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