[]
Gets the source data rows used in obtaining a given aggregated value.
IRawData GetDetail(Dictionary<string, object> view, object[] key)
Type | Name | Description |
---|---|---|
Dictionary<string, object> | view | View definition used for performing aggregation. |
object[] | key | Key values specifying the aggregated value (subtotal)./> |
Type | Description |
---|---|
IRawData | List of source data objects that contributed to the given aggregation value. |
It is recommended to use paging providing source data to the clients, because a DataEngine table can have a very large number of rows and aggregating a subtotal can involve a considerable part of all rows.