ComponentOne TileControl for WinForms
Data Binding Overview / Databinding Tutorial - Creating a Complex Databound TileControl / Step 3 of 8: Generating the Dataset
In This Topic
    Step 3 of 8: Generating the Dataset
    In This Topic

    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).

    1.  From the Data menu, choose Generate DataSet. The Generate DataSet dialog box appears.

    1. Select the New option to name the dataset Dataset1.
    2. In the list under Choose which table(s) to add to the dataset, the Categories, Products, and Suppliers table should be selected.
    3. Make sure the Add this dataset to the designer is selected and then click OK.

    Visual Studio adds an instance of the new dataset class DataSet1 to the form.