| ProjectGetAllTargetFieldsMappedBySuperTypesSubTypes Method (EntityDefinition, String, Boolean) | 
            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.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IEnumerable<IProjectElementFieldMapTargetElement> GetAllTargetFieldsMappedBySuperTypesSubTypes(
	EntityDefinition entity,
	string driverID,
	bool siblingMappingsAreAllowed
)
Public Function GetAllTargetFieldsMappedBySuperTypesSubTypes ( 
	entity As EntityDefinition,
	driverID As String,
	siblingMappingsAreAllowed As Boolean
) As IEnumerable(Of IProjectElementFieldMapTargetElement)
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity. - driverID
 - Type: SystemString
The driver ID. - siblingMappingsAreAllowed
 - Type: SystemBoolean
if set to true mappings of fields in siblings are ignored, otherwise they're 
            filtered out. 
Return Value
Type: 
IEnumerableIProjectElementFieldMapTargetElement
See Also