什么是 SQL Server 数据类型的 C# 等价物?


下表展示了 C# 等价的 SQL Server 数据类型 −

SQL Server 数据类型C# 等价数据类型
varbinaryByte[]
binaryByte[]
image
varchar
char
nvarcharString, Char[]
ncharString, Char[]
text
ntext
rowversionByte[]
bitBoolean
tinyintByte
smallintInt16
intInt32
bigintInt64
smallmoneyDecimal
moneyDecimal
numericDecimal
decimalDecimal
realSingle
floatDouble
smalldatetimeDateTime
datetimeDateTime
table
cursor
timestamp
xml

更新于: 2020 年 6 月 20 日

15K+ 浏览量

开启您的职业生涯

通过完成课程获得认证

开始
广告