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.0.0.0 (5.0.0)
Syntax
public void CleanUpOrphanedInheritanceBasedForfs(
	InheritanceEdge inheritanceEdgeToRemove
)

Parameters

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