Reads data from CSV reader and provides it as IEnumerable with field access handler to the specified callback.
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>>
callback handler
Implements
IPivotDataSource.ReadData(Action<IEnumerable, Func<Object, String, Object>>)See Also