Click or drag to resize

EntityModelGraphCleanUpOrphanedInheritanceBasedForfs Method

Cleans the up orphaned inheritance based forfs, which will be orphaned due to the removal of the edge passed in.

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 CleanUpOrphanedInheritanceBasedForfs(
	InheritanceEdge inheritanceEdgeToRemove
)

Parameters

inheritanceEdgeToRemove
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelInheritanceEdge
The inheritance edge which will be removed.
See Also