Below is a simple list detailing data types in SQL Server and their corresponding data type in the .NET Framework.
bigint - long
int - int
smallint - Int16/short
tinyint - byte
Below is a simple list detailing data types in SQL Server and their corresponding data type in the .NET Framework.
bigint - long
int - int
smallint - Int16/short
tinyint - byte