Click or drag to resize
ProjectAutoMapUnmappedEntitiesToTargets Method (IEnumerableEntityDefinition)
Will auto-map all specified entities to existing or new targets if they're not mapped currently to a target in a given database.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public LogNode AutoMapUnmappedEntitiesToTargets(
	IEnumerable<EntityDefinition> entitiesToMap
)

Parameters

entitiesToMap
Type: System.Collections.GenericIEnumerableEntityDefinition
The entities to map. 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