We use both of these to map enums to ints with no issues Map(x => x.ContactType, "ContactTypeID").CustomType<ContactType>(); Map(x => x.ContactType, "ContactTypeID").CustomType(typeof(ContactType));
Maggie -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibern...@googlegroups.com. To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.