Click or drag to resize

InheritanceHierarchyViewSetAsHierarchyRoot Method

Sets the passed in entity as hierarchy root. Entity has to be present in this view.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void SetAsHierarchyRoot(
	EntityDefinition newRoot
)

Parameters

newRoot
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The new root.
See Also