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

相關文章
相關標籤/搜索