TVirtualDataTable.GetDetail Method
Override this method if the table has linked tables that you can use for master detail relationships instead of normal relationships. This is the case for example in Entity Framework.
Syntax
Unit: FlexCel.Report
function TVirtualDataTable.GetDetail(const dataTableName: string; const dataTable: TVirtualDataTable): TVirtualDataTable; virtual;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | dataTableName | string | Name of the detail dataset we are looking for. |
const | dataTable | TVirtualDataTable | Detail dataset that we are looking for. |
Returns
The dataset if it is a detail dataset, null otherwise.