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.8.0.0 (5.8.21.0208)
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