3
Reply

What is a tinyint in C#?

William Thompson

William Thompson

Jul 12 2011 5:47 PM
20.3k
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#?

Answers (3)