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

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
H
Help Net Security
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
I
InfoQ
SecWiki News
SecWiki News
T
Tailwind CSS Blog
Spread Privacy
Spread Privacy
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
P
Palo Alto Networks Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
M
MIT News - Artificial intelligence
S
Schneier on Security
T
Threat Research - Cisco Blogs
F
Fortinet All Blogs
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The Cloudflare Blog
Recent Announcements
Recent Announcements
Security Latest
Security Latest
G
GRAHAM CLULEY
IT之家
IT之家
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
腾讯CDC
Google DeepMind News
Google DeepMind News
V
V2EX
S
Securelist
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - 叶小钗
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
F
Full Disclosure

博客园 - 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)  评论()    收藏  举报