CHAPTER 22 ADO.NET PART II: THE DISCONNECTED LAYER
Figure 22-24. Inserting a new strongly typed DataSet
This opens a blank Dataset Designer surface. At this point, you can use the Server Explorer to
connect to a given database (you should already have a connection to AutoLot), and drag-and-drop each
table and stored procedure you want to generate onto the surface. In Figure 22-25, you can see each of
the custom aspects of AutoLot are accounted for, and their relationships are realized automatically (this
example does not drag over the CreditRisk table).
914