Click or drag to resize
MapperCoreAutoMapFieldToNewTargetField Method
Creates and maps a new target field for the fieldmapping specified.

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 bool AutoMapFieldToNewTargetField(
	FieldMapping mapping,
	Project containingProject
)

Parameters

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

Return Value

Type: Boolean
See Also