| 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.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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
RemarksCall this method with a command to make the whole operation undoable
See Also