CHAPTER 22 ADO.NET PART II: THE DISCONNECTED LAYER
Figure 22-22. The strongly typed DataRow
Examining the Strongly Typed Data Adapter
Strong typing for your disconnected types is a solid benefit of using the Data Source Configuration
Wizard, given that creating these classes by hand would be tedious (but entirely possible). This same
wizard was kind enough to generate a custom data adapter object that can fill and update the
InventoryDataSet and InventoryDataTable objects in a strongly typed manner. Locate the
InventoryTableAdapter on the visual class designer and examine the generated members in Figure 22-23.
911