下列紀錄常用到的SQL Server資料型態以及對應到C#寫法的型態

SQL Server資料型態 C# 資料型態
binary byte[]
bit bool
char
nchar
ntext
nvarchar
text
varchar
string
char[]
date DateTime
datetime DateTime
float double
int int
smallint short
tinyint byte
uniqueidentifier Guid

來源網站