.NET Framework Types and Their Equivalents SQL Server Data
By   Posted on June-07-2018 171
General
.NET Framework Types and Their Equivalents SQL Server Data
SQL Server Data Types and Their .NET Framework Equivalents
Data types of sql server in .net
SQL Server data type CLR data type (SQL Server) CLR data type (.NET Framework)
varbinary SqlBytes, SqlBinary Byte[]
binary SqlBytes, SqlBinary Byte[]
varbinary(1), binary(1) SqlBytes, SqlBinary byte, Byte[]
image None None
varchar None None
char None None
nvarchar(1), nchar(1) SqlChars, SqlString Char, String, Char[]
nvarchar SqlChars, SqlString String, Char[]
nchar SqlChars, SqlString String, Char[]
text None None
ntext None None
uniqueidentifier SqlGuid Guid
rowversion None Byte[]
bit SqlBoolean Boolean
tinyint SqlByte Byte
smallint SqlInt16 Int16
int SqlInt32 Int32
bigint SqlInt64 Int64
smallmoney SqlMoney Decimal
money SqlMoney Decimal
numeric SqlDecimal Decimal
decimal SqlDecimal Decimal
real SqlSingle Single
float SqlDouble Double
smalldatetime SqlDateTime DateTime
datetime SqlDateTime DateTime
sql_variant None Object
User-defined type(UDT) None user-defined type
table None None
cursor None None
timestamp None None
xml SqlXml None
Data type comparison .net and ms sql server
Datatypes conversion related information
.NET Framework Types and Their Equivalents SQL Server Data
SQL Server Data Types and Their .NET Framework Equivalents
Data types of sql server in .net
SQL Server data type CLR data type (SQL Server) CLR data type (.NET Framework)
varbinary SqlBytes, SqlBinary Byte[]
binary SqlBytes, SqlBinary Byte[]
varbinary(1), binary(1) SqlBytes, SqlBinary byte, Byte[]
image None None
varchar None None
char None None
nvarchar(1), nchar(1) SqlChars, SqlString Char, String, Char[]
nvarchar SqlChars, SqlString String, Char[]
nchar SqlChars, SqlString String, Char[]
text None None
ntext None None
uniqueidentifier SqlGuid Guid
rowversion None Byte[]
bit SqlBoolean Boolean
tinyint SqlByte Byte
smallint SqlInt16 Int16
int SqlInt32 Int32
bigint SqlInt64 Int64
smallmoney SqlMoney Decimal
money SqlMoney Decimal
numeric SqlDecimal Decimal
decimal SqlDecimal Decimal
real SqlSingle Single
float SqlDouble Double
smalldatetime SqlDateTime DateTime
datetime SqlDateTime DateTime
sql_variant None Object
User-defined type(UDT) None user-defined type
table None None
cursor None None
timestamp None None
xml SqlXml None
Data type comparison .net and ms sql server
Datatypes conversion related information
By   07-Jun-2018
Views 171
Share This with your friend by choosing any social account
You may also read following recent Post
![]() |
$1,000 cpc keywords
79 By Junaid A |
![]() |
How to grow 1% every day
119 By Junaid A |
![]() |
The setup for the installation of visual studio is not complete. Please run the Visual Studio installer again to correct the issue.
99 By Junaid A |
![]() |
Getting error "Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine"
231 By Junaid A |
![]() |
CRUD in Asp.net MVC
127 By Ihsan Ullah |
![]() |
What is life?
129 By Shoaib Khan |
![]() |
paragraph
135 By Ihsan Ullah |
![]() |
life
104 By khubaib Ahmad |
![]() |
How to start PMP
675 By Junaid A |
![]() |
what is robots.txt
664 By Junaid A |
![]() |
What is CURL?
714 By Junaid A |
![]() |
615 By shaheer |
![]() |
631 By shaheer |
![]() |
MVC LEARNIG
258 By |
![]() |
The data connection could not be established: ETIMEDOUT - Connection attempt timed out Error: Connec
262 By |
![]() |
show hide kendo ComboBox
275 By |
![]() |
Active A Class In Layout
290 By |
![]() |
Issues opening Excel documents - File format and extension of 'orders.xls' don't match. The file cou
242 By |
![]() |
Multiple errors occurred during the operation, the first of which is displayed below. A full error l
243 By |
![]() |
asp.net mvc routing tricks
254 By |
![]() |
What is routes in AngularJS?
282 By |
![]() |
Attackers might be trying to steal your information from (for example, passwords, messages, or cred
252 By |
![]() |
LINQ to Entities does not recognize the method 'System.String ToShortDateString()' method, and this
289 By |
![]() |
how to call a function in c#
302 By |