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.7.0.0 (5.7.0)
Syntaxpublic EntityDefinition GetSuperType()
Public Function GetSuperType As EntityDefinition
Return Value
Type: 
EntityDefinition
See Also