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