ComponentOne Web API Edition
GetDetail Method (IFlexPivotEngineProvider)

C1.Web.Api.DataEngine.Data Namespace > IFlexPivotEngineProvider Interface : GetDetail Method
View definition used for performing aggregation.
Key values specifying the aggregated value (subtotal)./>
Gets the source data rows used in obtaining a given aggregated value.
Syntax
'Declaration
 
Function GetDetail( _
   ByVal view As Dictionary(Of String,Object), _
   ByVal key() As Object _
) As IRawData

Parameters

view
View definition used for performing aggregation.
key
Key values specifying the aggregated value (subtotal)./>

Return Value

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.
See Also

Reference

IFlexPivotEngineProvider Interface
IFlexPivotEngineProvider Members