PivotData Constructor

NReco.PivotData Class Library Documentation
Overload List

  NameDescription
Public methodPivotData(String[], IAggregatorFactory)
Initializes a new instance of the PivotData with specified dimensions and aggregator.
Public methodPivotData(String[], IAggregatorFactory, Boolean)
Initializes a new instance of the PivotData with specified dimensions, aggregator and lazy totals mode.
Public methodPivotData(String[], IAggregatorFactory, IEnumerable<IDictionary<String, Object>>)
Initializes a new instance of the PivotData with specified dimensions, aggregator and processes specified data.
Public methodPivotData(String[], IAggregatorFactory, IDataReader)
Initializes a new instance of the PivotData with specified dimensions, aggregator and processes data from data reader.
Public methodPivotData(String[], IAggregatorFactory, IEnumerable<IDictionary<String, Object>>, Boolean)
Initializes new instance of PivotData with specified dimensions, aggregator, lazy totals mode and processes specified data.
Public methodPivotData(String[], IAggregatorFactory, IEnumerable, Func<Object, String, Object>)
Initializes a new instance of the PivotData with specified dimensions, aggregator, and processes data from enumeration.
Public methodPivotData(String[], IAggregatorFactory, IDataReader, Boolean)
Initializes a new instance of the PivotData with specified dimensions configuration, aggregator, lazy totals mode and and processes data from data reader.
Public methodPivotData(String[], IAggregatorFactory, IEnumerable, Func<Object, String, Object>, Boolean)
Initializes new instance of PivotData with specified dimensions configuration and calculates values for specified data
Top
See Also

Reference