EntityCoreTFieldsIEntityCoreGetInheritanceInfo 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.1.0.0 (5.1.0)
Syntax IInheritanceInfo IEntityCore.GetInheritanceInfo()
Private Function GetInheritanceInfo As IInheritanceInfo
Implements IEntityCore.GetInheritanceInfo
Return Value
Type:
IInheritanceInfoInheritanceInfo object if this entity is in a hierarchy of type TargetPerEntity, or null otherwise
Implements
IEntityCoreGetInheritanceInfoSee Also