Page 1 of 1

What is a tinyint in C#?

Posted: Tue Jul 12, 2011 6:04 pm
by complete
What is a tinyint in C#?
SQL has its own datatypes. But a small int in SQL translates to an Int16 in C#. But there is no such thing as Int8 in C#. So what is a tiny int in C#?

Posted: Wed Oct 03, 2012 8:20 pm
by Mikerad
complete wrote:What is a tinyint in C#?
SQL has its own datatypes. But a small int in SQL translates to an Int16 in C#. But there is no such thing as Int8 in C#. So what is a tiny int in C#?
byte