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.6.0.0 (5.6.19.0117)
Syntax
public static void AutoMapUnmappedFieldsToExistingFieldsInMapping(
	GroupableModelElementMapping mapping,
	LogNode parentLogNode = null
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.
parentLogNode (Optional)
Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
Optional lognode to add the nodes for new mappings created
Remarks
Placed here so code in this class can be re-used.
See Also