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.1.0.0 (5.1.0)
Syntax public LogNode AutoMapUnmappedEntitiesToTargets(
IEnumerable<EntityDefinition> entitiesToMap
)
Public Function AutoMapUnmappedEntitiesToTargets (
entitiesToMap As IEnumerable(Of EntityDefinition)
) As LogNode
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