ComponentOne ADO.NET DataExtender
In This Topic
    C1DataView Relations
    In This Topic

    C1DataViews of C1DataViewSet can be set up to operate either as independent rowsets or to be involved in a master-detail relationship. In the latter case, the behavior of the detail view has the following specifics:

    You can easily add a view as a detail of another view by selecting a master view in the C1ViewSetDesignerForm and pressing the Add View toolbar button. The master view is one of the C1DataViews, either simple or composite, that you create when you click the Add View button. See C1DataView Definitions for additional information on adding C1DataViews.

    See Also