views:

83

answers:

0

I'm trying to map a collection of enum values with Fluent NHibernate.

IList<EnumType> lst;

I can't find any documentation about it but I'm quite sure it should be possible. I had no problem at all with mapping a collection of Entities.

Thanks, Leonardo