3
Answers

What is a tinyint in C#?

William Thompson

William Thompson

13y
20.3k
1
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)