Click or drag to resize
GeneratorUtilsGetUnmappedTargetFields Method
Returns the unmapped fields in the mapping for the database with the driverID specified for the entity specified. If entity is part of a TPEH hierarchy, it will return all unmapped fields which are not mapped in any of the entities in the hierarchy. If entity is part of a split-off scenario, an unmapped field is only returned for the root of the split-off scenario (the PK side entity); if entity is the split-off entity, the field isn't returned as unmapped.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static List<IProjectElementFieldMapTargetElement> GetUnmappedTargetFields(
	IGenerator executingGenerator,
	string driverID,
	EntityDefinition entity
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
driverID
Type: SystemString
entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition

Return Value

Type: ListIProjectElementFieldMapTargetElement
See Also