Click or drag to resize
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)
Syntax
IEntityRelation GetSuperTypeRelation()

Return Value

Type: IEntityRelation
relation which makes the current entity a subtype of its supertype entity or null if not applicable/found
See Also