[fluent-nhib] Lazy Loading Support for lazy="extra" and lazy="no-proxy" ?

2010-05-04 Thread Mohamed Meligy
I haven't been using FNH for sometime now, last I did it did not yet have support for setting collections lazy=extra (only Boolean). I also just read a while ago about setting lazy="no-proxy" feature for many-to-one etc.. I think this already supported in FNH, right? Thank you. -- Mohamed Meligy

Re: [fluent-nhib] Automap - Null Property Convention?

2010-05-04 Thread James Gregory
You're going to have to elaborate. What kind of trouble are you having? Is it mapping them incorrectly or not at all? In what way is the convention not working? On Tue, May 4, 2010 at 9:17 AM, Craig Gardiner wrote: > I'm having problems getting automapping to work with Nullable types eg. > public

[fluent-nhib] Automap - Null Property Convention?

2010-05-04 Thread Craig Gardiner
I'm having problems getting automapping to work with Nullable types eg. public virtual DateTime? LastPurchase { get; set; } I found this code and it looks reasonable but doesn't work. Any clues? public class NotNullPropertyConvention : IPropertyConvention, PropertyConventionAcceptance { pub