EntityDefinitionGetSuperType Method |
Gets the super-type of this entity, if it's in an inheritance hierarhcy, null otherwise
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public EntityDefinition GetSuperType()
Public Function GetSuperType As EntityDefinition
Return Value
Type:
EntityDefinitionSee Also