zoukankan
html css js c++ java
Sql Server 数据类型与 C# 数据类型对照
Sql Server
C#
简写
bigint
System.Int64
long
tinyint
System.Byte
byte
binary(50)
System.Byte[]
byte[]
image
System.Byte[]
byte[]
varbinary(50)
System.Byte[]
byte[]
timestamp
System.Byte[]
byte[]
bit
System.Boolean
bool
char(10)
System.String
string
nchar(10)
System.String
string
ntext
System.String
string
nvarchar(50)
System.String
string
varchar(50)
System.String
string
text
System.String
string
date
System.DateTime
System.DateTime
datetime
System.DateTime
System.DateTime
datetime2(7)
System.DateTime
System.DateTime
smalldatetime
System.DateTime
System.DateTime
datetimeoffset(7)
System.DateTimeOffset
System.DateTimeOffset
time(7)
System.TimeSpan
System.TimeSpan
decimal(18,0)
System.Decimal
decimal
money
System.Decimal
decimal
numeric(18,0)
System.Decimal
decimal
smallmoney
System.Decimal
decimal
float
System.Double
double
int
System.Int32
int
real
System.Single
float
smallint
System.Int16
short
查看全文
相关阅读:
【转】一个URL编码和解码的C++类
ofstream的问题
如何解决"应用程序无法启动,因为应用程序的并行配置不正确"问题(转载)
最小生成树 prim & kruskal
【2018百度之星资格赛】F 三原色图
cout 按进制数出
【2018百度之星资格赛】 A 问卷调查
银河英雄传说
读入读出挂!!
关押罪犯
原文地址:https://www.cnblogs.com/firstcsharp/p/9041516.html
最新文章
[转][darkbaby]任天堂传——失落的泰坦王朝(上)
[转]Android中attr自定义标签详解
Linux下识别所有Android设备的方法
蜥蜴 BZOJ 1066
棋盘制作 BZOJ 1057
生日聚会 BZOJ 1037
建筑抢修 BZOJ 1029
星球大战 BZOJ 1015
球形空间产生器 BZOJ 1013
玩具装箱 BZOJ 1010
热门文章
GT考试 BZOJ 1009
开店 BZOJ 4012
Cards BZOJ 1004
WMI使用
wmware10安装ghost win7问题处理
删除sqlserver2008日记文件
检测网页是否可以打开, 再使用IE打开网页
CInternetSession CHttpFile Post提交数据
MFC创建非模态对话框并修改CStatic文字
[转]windows下设置socket的connect超时
Copyright © 2011-2022 走看看