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