最全的MySql和C#数据类型对应表

Mysql和C#数据类型对应表 :

 

MySql C#
bigint long
bigint unsigned ulong
int int
int unsigned uint
smallint short
smallint unsigned ushort
guid Guid
smalldatetime DateTime
date DateTime
datetime DateTime
timestamp DateTime
float float
double double
numeric decimal
smallmoney decimal
decimal decimal
money decimal
bit bool
bool bool
boolean bool
tinyint SByte
tinyint unsigned sbyte
image byte[]
binary byte[]
blob byte[]
mediumblob byte[]
longblob byte[]
varbinary byte[]

posted @ 2021-09-04 11:19  willamyao  阅读(1267)  评论(0编辑  收藏  举报