Click or drag to resize
MapperCoreAutoMapUnmappedFieldsToExistingFieldsInMapping Method
Auto-maps all unmapped fields in the mapping passed in to unmapped, existing fields in the target of the mapping, using code existing in this class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void AutoMapUnmappedFieldsToExistingFieldsInMapping(
	GroupableModelElementMapping mapping
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.
Remarks
Placed here so code in this class can be re-used.
See Also