码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2015-09-08 18:40:12      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:


数据库

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

varbinary

System.Byte[]

varchar

String

Variant

Object

unique identifier

System.Guid



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


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

标签:

原文地址:http://my.oschina.net/u/2428791/blog/502878

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!