Click or drag to resize

ColumnMappingCollection Constructor (IEnumerableColumnMapping)

Initializes a new instance of the ColumnMappingCollection class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public ColumnMappingCollection(
	IEnumerable<ColumnMapping> maps
)

Parameters

maps
Type: System.Collections.GenericIEnumerableColumnMapping
See Also