October 2010
Beginner to intermediate
400 pages
11h 24m
English
After completing this chapter, you will be able to:
Join multiple DataTable instances into a DataSet
Establish parent-child relationships between tables of data
Understand the types of table constraints available in ADO.NET
Build relationships that auto-correct linked rows when needed
The DataTable class provides ADO.NET’s core data-management functionality. But many of the tools that build and interact with DataTable content do so through a higher level of abstraction: the DataSet. Instead of relying on a single table’s worth of DataRows, a DataSet links multiple tables together, making it possible to generate data queries based on the relationships between the tables and their data.
In this chapter, the
Read now
Unlock full access