Reads data from underlying source and provides extended data (with derived fields) to specified callback handler.
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
Parameters
- handler
- Type: System.Action<IEnumerable, Func<Object, String, Object>>
Implements
IPivotDataSource.ReadData(Action<IEnumerable, Func<Object, String, Object>>)See Also