Initializes a new instance of the GroupedSourceReader class
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public GroupedSourceReader( Action<Action<IEnumerable, Func<Object, string, Object>>> readData, string countDim )
Parameters
- readData
- Type: System.Action<Action<IEnumerable, Func<Object, String, Object>>>
- countDim
- Type: System.String
See Also