Click or drag to resize

ImporterBaseTRetrieverCreateSourceDataCollector Method

Creates the source data collector object which is used to let the user specify the source information where the data to import is located so the importer can load it.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public abstract DataCollectorBase CreateSourceDataCollector()

Return Value

Type: DataCollectorBase

Implements

IImporterCreateSourceDataCollector
See Also