I am experimenting with dapper. I have a class which has an enum and the values are stored as strings in the database.
This works with FluentNHibernate using GenericEnum
From the sample code I've just tried, it appears not. You can map an enum to its underlying integer value, but if you try to map it to its string value, a DataException is thrown.
DataException