Click or drag to resize

IEntityCoreGetInheritanceInfo Method

Gets the inheritance info for this entity, if applicable (it's then overriden) or null if not.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
IInheritanceInfo GetInheritanceInfo()

Return Value

Type: IInheritanceInfo
InheritanceInfo object if this entity is in a hierarchy of type TargetPerEntity, or null otherwise
See Also