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.1.0.0 (5.1.0)
Syntax public 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