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.1.0.0 (5.1.0)
Syntax public List<LogNode> AutoMapUnmappedFieldsInElementMapping(
GroupableModelElementMapping mapping
)
Public Function AutoMapUnmappedFieldsInElementMapping (
mapping As GroupableModelElementMapping
) As List(Of LogNode)
Parameters
- mapping
- Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.
Return Value
Type:
ListLogNodeList of lognode instances with descriptions of the actions taken or null if no actions were taken.
See Also