Click or drag to resize

RelationFactory.GetSuperTypeRelation 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.7.0.0 (5.7.0)
Syntax
public virtual IEntityRelation GetSuperTypeRelation()

Return Value

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

Implements

IRelationFactory.GetSuperTypeRelation()
See Also