SQL SERVER中字段类型与C#数据类型的对应关系


数据库html

C#程序数据库

intide

int32ui

textspa

stringhtm

bigintci

int64get

binarystring

System.Byte[]it

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

varbinary

System.Byte[]

varchar

String

Variant

Object

unique identifier

System.Guid



参考资料:数据库字段类型对应C#数据类型   http://www.studyofnet.com/news/950.html

相关文章
相关标签/搜索