Skip to Content
Essential ADO.NET
book

Essential ADO.NET

by Bob Beauchemin
May 2002
Beginner to intermediate content levelBeginner to intermediate
560 pages
11h 36m
English
Addison-Wesley Professional
Content preview from Essential ADO.NET

A.5. Parameter.DbType

The .NET data provider type of a Parameter object is inferred from the .NET framework type of the Value of the Parameter object or from the DbType of the Parameter object, as shown in Table A-5.

Table A-5. Mapping Parameter.DbType to parameter values in .NET
.NET Framework Type System.Data. DbType SqlDbType OleDbType
bool Boolean Bit Boolean
byte Byte TinyInt Unsigned-TinyInt
byte[] Binary VarBinary. This implicit conversion will fail if the byte array is greater than the maximum size of a VarBinary, which is 8,000 bytes. For byte arrays larger than 8,000 bytes, explicitly set the SqlDbType. VarBinary
char  Inferring a SqlDbType from char is not supported. Char
DateTime DateTime DateTime DBTimeStamp
Decimal Decimal Decimal ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® ADO.NET 4 Step by Step

Microsoft® ADO.NET 4 Step by Step

Tim Patrick
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 0201758660Purchase book