![]() |
Framework
3.9
|
Go to the source code of this file.
Classes | |
| class | AbstractPivotQuery |
| AbstractPivotQuery provides the common base class for the shaped pivot query classes PivotQuery, IndexexPivotQuery and GroupedPivotQuery. More... | |
| class | PivotQuery |
| Standard Pivot Query, with support for paging. More... | |
| class | IndexedPivotQuery |
| Run a pivot query and return the results indexed by a selected field. More... | |
| class | GroupedPivotQuery |
| Performs a pivot query against the database, returning an array of arrays of PivotItems, grouped by a particular field. More... | |
| class | PivotItem |
| PivotItems are dynamically constructed DataItems that map the results of PivotQueries. More... | |
| class | PivotTableHelper |
| The PivotTableHelper class provides support for configuring display tables (DataListViews and GroupedDataListViews) dynamically, based upon the structure of a pivot query. More... | |