SQL Server数据类型的C#等效项是什么?

下表显示了SQL Server数据类型的C#等效项-

SQL Server数据类型等效的C#数据类型
varbinaryByte[]
binaryByte[]
imageNone
varcharNone
charNone
nvarcharString, Char[]
ncharString, Char[]
textNone
ntextNone
rowversionByte[]
bitBoolean
tinyintByte
smallintInt16
intInt32
bigintInt64
smallmoneyDecimal
moneyDecimal
numericDecimal
decimalDecimal
realSingle
floatDouble
smalldatetimeDateTime
datetimeDateTime
tableNone
cursorNone
timestampNone
xmlNone