Click or drag to resize
MapperCoreSetExistingTargetOnGroupableModelElementMapping Method (GroupableModelElementMapping, IProjectElementMapTargetElement, Project)
Sets the passed in target as the new target of the GroupableModelElement mapping. It then will auto-map the entity fields to field elements in the target.

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 SetExistingTargetOnGroupableModelElementMapping(
	GroupableModelElementMapping mapping,
	IProjectElementMapTargetElement target,
	Project containingProject
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.
target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
The target.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also