ViewDataSource
Overview
ViewDataSource
provides runtime access to all defined view foundsets, enabling the use of virtual tables that dynamically load data based on criteria defined in QBSelect
queries. View datasources are often used to combine data across multiple tables, allowing efficient data retrieval and transformation without creating physical tables. For detailed instructions on defining and managing view foundsets, see ViewFoundSet and View Foundset Datasource documentation.
Last updated