Click or drag to resize
ImportableMappingData.Add Method (ImportableGroupableModelElementMapping<ImportableEntity>)
Adds the specified mapping.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void Add(
	ImportableGroupableModelElementMapping<ImportableEntity> mapping
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport.ImportableGroupableModelElementMapping<ImportableEntity>
The mapping.
See Also