zoukankan      html  css  js  c++  java
  • 【转】SQL Server 2005 数据类型和.Net数据类型的对应关系

    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

  • 相关阅读:
    物料清单概述
    java开发webservice的1种方式
    java web service简单示例
    IOS证书过期
    Windows 2012 R2 安装net4.6.1
    sqlserver 性能调优脚本
    solidty--owner.sol
    ERC20-USDT
    EOS 公开节点及自有节点部署
    微信第三方平台授权流程
  • 原文地址:https://www.cnblogs.com/wonder315/p/1793625.html
Copyright © 2011-2022 走看看