Click or drag to resize

Project.GetAllTargetFieldsMappedBySuperTypesSubTypes Method (EntityDefinition, String)

Gets all target fields which are mapped by super types or sub types in the same sub-hierarchy, if the entity is in a TPEH hierarchy. Returns an empty enumerable if entity isn't in a TPEH hierarchy.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public IEnumerable<IProjectElementFieldMapTargetElement> GetAllTargetFieldsMappedBySuperTypesSubTypes(
	EntityDefinition entity,
	string driverID
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity.
driverID
Type: System.String
The driver ID.

Return Value

Type: IEnumerable<IProjectElementFieldMapTargetElement>
See Also