ProjectAutoMapUnmappedEntityFieldsToTargets Method |
Auto-maps all unmapped entity fields in the entities specified to new targets. If the entity itself isn't mapped, the entity is skipped.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public LogNode AutoMapUnmappedEntityFieldsToTargets(
IEnumerable<EntityDefinition> entitiesToExamine
)
Public Function AutoMapUnmappedEntityFieldsToTargets (
entitiesToExamine As IEnumerable(Of EntityDefinition)
) As LogNode
Parameters
- entitiesToExamine
- Type: System.Collections.GenericIEnumerableEntityDefinition
The entities to examine. If null, all entities in the entire project are examined
Return Value
Type:
LogNodelog node with progress log
Remarks Call this method with a command to make the whole operation undoable
See Also