Reputation: 51917
I'm using linq to sql to populate a list of objects. One of the fields I'm interested in is stored as a tinyint. How should I declare this property type in my object definition? As a Short? Byte? Int16?
Thanks.
Upvotes: 19
Views: 43122