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.6.0.0 (5.6.19.0117)
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