ComponentOne ADO.NET DataExtender
ADO.NET DataExtender Task-Based Help / Working with the C1DataView Definition Statement Builder / Adding a Child Table Node
In This Topic
    Adding a Child Table Node
    In This Topic

    To add a child table node, complete the following steps:

    1. Open the C1DataView Definition Statement Builder.
    2. Click the Add Child Table button to open the Add Child Table dialog box.
    3. Select a table from the list of available tables under Select a child table to add.
      Note: The available tables in the list depend on the DataRelations in your DataSet. If specifying the initial table, all tables within the DataSet are available. If specifying a child table node for an existing table, only tables that have a relation to that table are available. Open the DataSet Designer to view table relations. For more information on relations and the DataSet Designer, see the Microsoft Visual Studio Documentation.
    4. Click Add, and Close.
    See Also