3
Answers

What is a tinyint in C#?

Photo of William Thompson

William Thompson

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