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

3.9. Reading Column Values through IDataRecord

Individual column values are read through a DataReader's implementation of the IDataRecord interface. IDataRecord includes a series of strongly typed accessors (shown in Listing 3-18) that take a zero-based column ordinal and return a CLS type. These methods map data source data types to CLS data types. Providers can choose to expose accessors for data source-specific data types; for example, the SqlClient provider's accessors can return instances of structures defined in the System.Data.SqlTypes namespace. Strongly typed accessors do not necessarily convert types; using the wrong getter (for example, calling GetString on an integer column) results in an InvalidCastException. A special method,

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