RelationFactoryGetSuperTypeRelation Method  | 
 Returns the relation object the entity, to which this relation factory belongs, has with its supertype, if applicable.
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic virtual IEntityRelation GetSuperTypeRelation()
Public Overridable Function GetSuperTypeRelation As IEntityRelation
Return Value
Type: 
IEntityRelationrelation which makes the current entity a subtype of its supertype entity or null if not applicable/found
Implements
IRelationFactoryGetSuperTypeRelation
See Also