ComponentOne ADO.NET DataExtender
Working with C1DataViewSet / C1DataView Definitions / Simple View Definition
In This Topic
    Simple View Definition
    In This Topic

    Simple tables are the basic data objects in a schema. We distinguish between simple and composite tables, although both are DataTable objects and for the most part can be used interchangeably. Composite tables combine multiple simple tables in a single DataTable object. A composite table row contains fields from different tables, for details see Composite View Definition.

    See Also