Click or drag to resize
MapperCoreAutoMapUnmappedFieldsToNewFieldsInMapping Method
Auto-maps all un-mapped field mappings to new fields in the target set in the mapping passed in.

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 List<LogNode> AutoMapUnmappedFieldsToNewFieldsInMapping(
	GroupableModelElementMapping mapping,
	Project containingProject
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.

Return Value

Type: ListLogNode
See Also