William Thompson

William Thompson

  • 1.5k
  • 128
  • 292.4k

What is a tinyint in C#?

Jul 12 2011 5:47 PM
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)