Chapter 20. Strongly Typed DataSet
s
IN THIS CHAPTER
- Introduction to the Typed
DataSet
- Connecting Typed
DataSet
s to Live Data - Annotating a Typed
DataSet
- Extending a Typed
DataSet
Using Partial Classes
So far in this book you have been exposed to many different aspects of data access using ADO.NET. One of the core pieces of ADO.NET is the DataSet
, an in-memory representation of relational data that can contain multiple related tables, each with primary and foreign keys. DataSet
s also let you perform queries on the data contained within them, as well persisting that data in XML format. Using a DataAdapter
, you can synchronize data contained in a DataSet
with data stored in a back-end data source such as SQL Server or Oracle.
This chapter introduces ...
Get Microsoft® Visual C# 2005 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.