Using DataSet Objects for Data Access

Earlier, we discussed the roles of data sets and data adapters—specifically, that a data set represents a cache of data that has a similar structure to that of a relational database, and that a data adapter acts as a bridge between a data source and a data set. In this section, we’ll examine in more detail how to work with and manage data sets, and the role the data adapter plays. Specifically, we’ll look at the following topics:

  • Populating a table within a data set using a data adapter

  • The structure of a data set and how to navigate this structure

  • Defining relationships between tables within a data set

  • The differences between a typed data set and an untyped data set

  • Updating a data store from a data adapter

Populating ...

Get Microsoft® Visual J#™ .NET (Core Reference) 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.