MySql对应的C#类型
数据库中字段类型对应C#中的数据类型:
数据库 C#程序
int int32
text string
bigint int64
binary System.Byte[]
bit Boolean
char string
datetime System.DateTime
decimal System.Decimal
float System.Double
image System.Byte[]
money System.Decimal
nchar String
ntext String
numeric System.Decimal
nvarchar String
real System.Single
smalldatetime System.DateTime
smallint Int16
smallmoney System.Decimal
timestamp System.DateTime
tinyint System.Byte
uniqueidentifier System.Guid
varbinary System.Byte[]
varchar String
Variant Object
作者:chenze 出处:https://www.cnblogs.com/chenze-Index/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 如果文中有什么错误,欢迎指出。以免更多的人被误导。 |