Click or drag to resize

DuplicateRowsHandler Constructor (ILogger, MappingCollection)

Initializes a new instance of the DuplicateRowsHandler class

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public DuplicateRowsHandler(
	ILogger logger,
	MappingCollection mappings
)

Parameters

logger
Type: Dynamicweb.LoggingILogger
mappings
Type: Dynamicweb.DataIntegration.IntegrationMappingCollection
See Also