SourceReader Constructor (IPivotDataSource, PivotDataConfiguration, PivotDataFactory)

NReco.PivotData Class Library Documentation
Initializes a new SourceReader with specified IPivotDataSource, PivotDataConfiguration and PivotDataFactory instance.

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

public SourceReader(
	IPivotDataSource source,
	PivotDataConfiguration pvtCfg,
	PivotDataFactory pvtFactory
)

Parameters

source
Type: NReco.PivotDataIPivotDataSource
pvtCfg
Type: NReco.PivotDataPivotDataConfiguration
pvtFactory
Type: NReco.PivotDataPivotDataFactory
See Also

Reference