PivotData Constructor (String, IAggregatorFactory, IDataReader)

NReco.PivotData Class Library Documentation
Initializes a new instance of the PivotData with specified dimensions, aggregator and processes data from data reader.

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

public PivotData(
	string[] dimensions,
	IAggregatorFactory aggregator,
	IDataReader dataReader
)

Parameters

dimensions
Type: SystemString
dimensions configuration (array of dimension fields)
aggregator
Type: NReco.PivotDataIAggregatorFactory
aggregator factory component
dataReader
Type: System.DataIDataReader
data represented by IDataReader instance
See Also

Reference