Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public EntityDefinition GetSuperType()

Return Value

Type: EntityDefinition
See Also