1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > 数据库中字段类型对应C#中的数据类型

数据库中字段类型对应C#中的数据类型

时间:2022-11-12 21:42:26

相关推荐

数据库中字段类型对应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数据库中相关字段类型的详解:

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。