惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
罗磊的独立博客
量子位
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
B
Blog
腾讯CDC
爱范儿
爱范儿
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
雷峰网
雷峰网
G
Google Developers Blog
Google DeepMind News
Google DeepMind News

博客园 - wangbin

Provider 错误 '80004005' 未指定的错误 的最终解决方法 C#(WinForm)实现软件注册 设置字段默认值sql语句 .net WINFORM 界面怎么做凹凸效果的分割线?就是横线 winform屏蔽Alt+F4组合键以防止用户关闭对话框 游标Cursor 使用小例 (SQLServer) 我改行了 PHP $_FILES详解 - wangbin - 博客园 php $GLOBALS 超全局变量的理解 [转载]php-数组操作foreach、each、reset、list .net 随机数 C#混淆 xenocode使用说明 [原创]一个简单的药店用的会员积分管理系统 [原创]xml序列化 [原创]c# as用法 [原创]闲来无事,写了个c#的数据库附加工具,现附上源代码 一个能够在线创建flash网页的站点 [原创]我的cms项目 简洁、标准的对联广告代码
SQL Server 2005 数据类型和.Net数据类型的对应关系
wangbin · 2011-06-17 · via 博客园 - wangbin
SQL Server 2005 数据类型 .NET Framework 数据类型 LINQ 数据类型

bigint

System.Int64

long

binary

System.Byte[]

System.Data.Linq.Binary

bit

System.Boolean

bool

char

System.String

string

datetime

System.DateTime

System.DateTime

decimal

System.Decimal

decimal

float

System.Double

double

image

System.Byte[]

System.Data.Linq.Binary

int

System.Int32

int

money

System..Decimal

decimal

nchar

System.String

string

ntext

System.String

string

numeric

System.Decimal

decimal

nvarchar

System.String

string

real

System.Single

float

smalltime 

System.DateTime

System.DateTime

smallint

System.Int16

short

smallmoney 

System.Decimal

decimal

sql_variant

System.Object

object

text 

System.String

string

timestamp

System.Byte[]

System.Data.Linq.Binary

tinyint

System.Byte

byte

uniqueidentifier

System.Guid

System.Guid

varbinary

System.Byte[]

System.Data.Linq.Binary

varchar

System.String

string

xml

System.String

System.Xml.Linq.XElement

posted on 2011-06-17 20:13  wangbin  阅读(300)  评论()    收藏  举报