Question says it all really, the default is for it to map as a string but I need it to map as an int.
string
int
I\'m currently using Persistenc
Persistenc
You could create an NHibernate IUserType, and specify it using CustomTypeIs() on the property map.
IUserType
CustomTypeIs()