Click or drag to resize

ProjectGetSubHierarchyRootForEntity Method

Gets the sub hierarchy root for the sub hierarchy the entity specified is located in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public EntityDefinition GetSubHierarchyRootForEntity(
	EntityDefinition entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.

Return Value

Type: EntityDefinition
the sub hierarchy root for the sub hierarchy the entity specified is located in or null if the entity isn't in an inheritance hierarchy
See Also