SQL Server data type          CLR data type (SQL Server)    CLR data type (.NET Framework)
varbinary SqlBytes, SqlBinary Byte[]
binary SqlBytes, SqlBinary Byte[]
varbinary(1), binary(1) SqlBytes, SqlBinary byte, Byte[]
image None None varchar None None
char None None
nvarchar(1), nchar(1) SqlChars, SqlString Char, String, Char[]
nvarchar SqlChars, SqlString String, Char[]
nchar SqlChars, SqlString String, Char[]
text None None
ntext None None uniqueidentifier SqlGuid Guid
rowversion None Byte[]
bit SqlBoolean Boolean
tinyint SqlByte Byte
smallint SqlInt16 Int16
int SqlInt32 Int32
bigint SqlInt64 Int64 smallmoney SqlMoney Decimal
money SqlMoney Decimal
numeric SqlDecimal Decimal
decimal SqlDecimal Decimal
real SqlSingle Single
float SqlDouble Double smalldatetime SqlDateTime DateTime
datetime SqlDateTime DateTime sql_variant None Object
User-defined type(UDT) None user-defined type
table None None
cursor None None
timestamp None None
xml SqlXml None

最新文章

  1. webapi的学习资料
  2. 理解SVG的viewport,viewBox,preserveAspectRatio
  3. ember.js路由无效的解决思路
  4. 20145304 《Java程序设计》课程总结
  5. JAVA 汇编语言查看
  6. fibonacci数列的和取余(1)
  7. [Flex] as3xls读取excel,修改保存单表(一)
  8. css display visibility
  9. hdu 5254 水题
  10. IE浏览器设置
  11. MYSQL 时间计算的 3 种函数
  12. stm32菜单按键的设计
  13. TextView 设置图片
  14. 1.2 Python开发环境
  15. Vue学习笔记八:v-for,v-if,v-show指令
  16. 深入分析ReentrantLock公平锁和非公平锁的区别
  17. 菜鸟学Java(二十一)——如何更好的进行单元测试——JUnit
  18. C语言发展历程及其保留字(关键字)——附:C语言标准文档
  19. intellij idea elixir 插件
  20. Scrum Meeting Beta - 8

热门文章

  1. [Git]02 如何简单使用
  2. [ext4]磁盘布局 - group分析
  3. 修改maven本地仓库的默认地址
  4. static class - 静态类
  5. ⑤JS返回格式化的当前时间和上周时间
  6. 使用java API操作hdfs--通过filesystem API 来读取数据
  7. 最新合购网源码net.asp程序 彩票合买功能采用全新内核、全新架构,更小巧、功能更强、更快、更安全稳定
  8. Springmvc+mybatis+restful+bootstrap框架整合
  9. 如何创建并运行java线程
  10. C语言习题1.分别统计一下其中字母,数字,其他字符的个数。将统计的字母,数字,其他字符的个数以柱状图的形式打印