| ProjectCleanUpOrphanedInheritanceBasedForfs 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.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void CleanUpOrphanedInheritanceBasedForfs(
	InheritanceEdge inheritanceEdgeToRemove
)
Public Sub CleanUpOrphanedInheritanceBasedForfs ( 
	inheritanceEdgeToRemove As InheritanceEdge
)
Parameters
- inheritanceEdgeToRemove
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelInheritanceEdge
The inheritance edge which will be removed. 
See Also