Click or drag to resize

ProjectAutoMapUnmappedFieldsInElementMapping Method

Auto-maps all un-mapped fields in the entitymapping specified to new fields in the specified target.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public List<LogNode> AutoMapUnmappedFieldsInElementMapping(
	GroupableModelElementMapping mapping
)

Parameters

mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.

Return Value

Type: ListLogNode
List of lognode instances with descriptions of the actions taken or null if no actions were taken.
See Also