IPivotDataSourceReadData Method

NReco.PivotData Class Library Documentation
Read data and provide it as IEnumerable and access handler for specified callback.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

void ReadData(
	Action<IEnumerable, Func<Object, string, Object>> handler
)

Parameters

handler
Type: SystemActionIEnumerable, FuncObject, String, Object
data callback handler
See Also

Reference