bigint对应的是Int64     【long】

int对应的是Int32          【int】

smallint对应的是Int16  【short】

tinyint对应的是  【byte】

bigtint;int;smallint;tinyint

相关文章: