I have a number of enums in my application which are used as property type in some classes. What is the best way to store these values in database, as String or Int?
I am using Nhibernate with fluent. Now I want to call some Stored procedure and use named Queries. I created some xml: