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.4.0.0 (5.4.0)
SyntaxIInheritanceInfo 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
IEntityCoreGetInheritanceInfo
See Also