Tagged Questions
0
votes
2answers
358 views
NHibernate - How to store UInt32 in database
What is the best way to map UInt32 type to sql-server int type with NHibernate.
The value is a picture width/height so negative value are not make sense here.
But maybe I should use int because ...