Omada.OE.AppLogic.ComplexDataSet Namespace |
| Class | Description | |
|---|---|---|
| ComplexDataSetBuilderBase | ||
| ComplexDataSetBuilderFactory | ||
| InitializationOptions |
Initialization options for the IComplexDataSetBuilder interface.
|
| Interface | Description | |
|---|---|---|
| IComplexDataSetBuilder |
The purpose of a "Complex DataSet Builder" class is to produce a dataset and store it in a temporary db table.
The concept is used with the DataSource concept.
It allows a DataSource SQL query to use a prepared temporary db table with content that it is complicated to express in SQL.
As an example a "complex data set" could be a table that contains the ids of the identities that the active user is manager of.
|