October 2010
Beginner to intermediate
400 pages
11h 24m
English
After completing this chapter, you will be able to:
Understand the ADO.NET classes used to create tables
Create strongly typed columns within a table
Indicate the primary key for a table
Design a table graphically or in code
The focus of all data in ADO.NET is the table—or more correctly, the DataTable. This class, located at System.Data.DataTable, defines a single table in which strongly typed column definitions and runtime data rows appear. By itself, a DataTable isn’t very interesting; it’s just a memory-based repository for data. It becomes useful only when you start employing ADO.NET and standard .NET Framework methods and tools to process the data stored in each table and data row.
Some of the exercises in ...
Read now
Unlock full access