Click or drag to resize

MappingAddMapping Method (Column, Column)

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public ColumnMapping AddMapping(
	Column sourceColumn,
	Column destinationColumn
)

Parameters

sourceColumn
Type: Dynamicweb.DataIntegration.IntegrationColumn
destinationColumn
Type: Dynamicweb.DataIntegration.IntegrationColumn

Return Value

Type: ColumnMapping
See Also