C# Type .NET Framework Type mySQL Range
---------------------------------------------------------------------------------------------------------------------
bool System.Boolean tinyint(1)
byte System.Byte tinyint(3) unsigned 0 to 255
sbyte System.SByte tinyint(3) -128 to 127
short System.Int16 smallint(5) -32,768 to 32,767
ushort System.UInt16 smallint(5) unsigned 0 to 65,535
int System.Int32 int(11) -2,147,483,648 to 2,147,483,647
uint System.UInt32 int(11) unsigned 0 to 4,294,967,295
long System.Int64 bigint(20) –9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
ulong System.UInt64 bigint(20) unsigned 0 to 18,446,744,073,709,551,615