Out of curiousity... I pulled down the Latest master build
(#698)<http://fluentnhibernate.org/downloads/master/fluentnhibernate-binary-2.0.0.698.zip>

 and it seem to work fine by using


    public class FormularConvention : AttributePropertyConvention<
>
> FormularAttribute>
>     {
>         #region Overrides of AttributePropertyConvention<FormularAttribute>
>
>         protected override void Apply(FormularAttribute attribute,
> IPropertyInstance instance)
>         {
>             instance.Formula(attribute.Formular);
>         }
>
>         #endregion
>     }


Any ideal how do I accomplish this with the current trunk? Or should I go
ahead and use the future build?

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