Data Binding Overview > Databinding Tutorial - Creating a Complex Databound TileControl > Step 3 of 8: Generating the Dataset |
In this step you will create a dataset based on the queries you specified for the data adapters. The dataset is an instance of the DataSet class based on the corresponding XML Schema (.xsd) file that describes the class’s elements (table, columns, and constraints).
Visual Studio adds an instance of the new dataset class DataSet1 to the form.