Click or drag to resize
InheritanceHierarchyType Enumeration
Enum definition for defining the hierarchy type of the inheritance tree

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum InheritanceHierarchyType
Members
  Member nameValueDescription
None0 No hierarchy defined for this entity or the entity isn't the root entity.
TargetPerEntityHierarchy1 All entities map to the single target (table/view)
TargetPerEntity2 Per entity a target (table/view) is defined, with just the fields of the derived entity, not the fields of the parent entity.
See Also