InheritanceHierarchyType Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
None | 0 | No hierarchy defined for this entity or the entity isn't the root entity. | |
TargetPerEntityHierarchy | 1 | All entities map to the single target (table/view) | |
TargetPerEntity | 2 | Per entity a target (table/view) is defined, with just the fields of the derived entity, not the fields of the parent entity. |
(c)2002-2018 Solutions Design bv