| IRelationFactoryGetSuperTypeRelation 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.3.0.0 (5.3.0)
SyntaxIEntityRelation GetSuperTypeRelation()
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
See Also