Click or drag to resize

ColumnMapping Constructor (Column, Column, Int32, Boolean)

Initializes a new instance of the ColumnMapping class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public ColumnMapping(
	Column sourceColumn,
	Column destinationColumn,
	int id,
	bool iskey = false
)

Parameters

sourceColumn
Type: Dynamicweb.DataIntegration.IntegrationColumn
destinationColumn
Type: Dynamicweb.DataIntegration.IntegrationColumn
id
Type: SystemInt32
iskey (Optional)
Type: SystemBoolean
See Also