Tagged Questions
4
votes
4answers
1k views
How to map uint in NHibernate with SQL Server 2005
I have a property of type uint on my entity. Something like:
public class Enity
{
public uint Count {get;set;}
}
When I try to persist that into the SQL Server 2005 database, I get an exception
...