0
kicks
Using enums in the Mindscape NHibernate Designer
NHibernate has the facility to map integer columns in the database to enum values in your objects. However, the Mindscape NHibernate Designer doesn’t automatically know about your enum types, so by default you won’t find your enum types in the Data Type drop-down. So if you want to map a column an enum, how do you do it? This post explains how.