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 t
The cleanest, most official solution would probably be to write a user type.
Take an example, like this one and adapt it. If you have many uint's, it is worth to have a user type.
uint