[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetDetail

GetDetail Method

GetDetail(Dictionary<string, object>, object[])

Gets the source data rows used in obtaining a given aggregated value.

Declaration
IRawData GetDetail(Dictionary<string, object> view, object[] key)
Parameters
Type Name Description
Dictionary<string, object> view

View definition used for performing aggregation.

object[] key

Key values specifying the aggregated value (subtotal)./>

Returns
Type Description
IRawData

List of source data objects that contributed to the given aggregation value.

Remarks

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.