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: SystemActionActionIEnumerable, FuncObject, String, Object
- countDim
- Type: SystemString
See Also