SliceQueryExecute Method (Boolean)

NReco.PivotData Class Library Documentation
Execute the query and return operation result as new PivotData instance.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public PivotData Execute(
	bool lazyTotals
)

Parameters

lazyTotals
Type: SystemBoolean

Return Value

Type: PivotData
data cube that represents query results.
See Also

Reference