Click or drag to resize

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)
Syntax
public LogNode AutoMapUnmappedEntityFieldsToTargets(
	IEnumerable<EntityDefinition> entitiesToExamine
)

Parameters

entitiesToExamine
Type: System.Collections.GenericIEnumerableEntityDefinition
The entities to examine. If null, all entities in the entire project are examined

Return Value

Type: LogNode
log node with progress log
Remarks
Call this method with a command to make the whole operation undoable
See Also