Click or drag to resize

AssortmentHandler Constructor

Initializes a new instance of the AssortmentHandler class

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public AssortmentHandler(
	SqlCommand sqlCommand,
	ILogger logger
)

Parameters

sqlCommand
Type: System.Data.SqlClientSqlCommand
logger
Type: Dynamicweb.LoggingILogger
See Also