EntityCoreTFieldsIEntityCoreGetInheritanceInfo Method |
Gets the inheritance info for this entity, if applicable (it's then overriden) or null if not.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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