Click or drag to resize

RelationFactoryGetSubTypeRelation Method

Returns the relation object the entity, to which this relation factory belongs, has with the subtype with the specified name

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual IEntityRelation GetSubTypeRelation(
	string subTypeEntityName
)

Parameters

subTypeEntityName
Type: SystemString
name of direct subtype which is a subtype of the current entity through the relation to return.

Return Value

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

Implements

IRelationFactoryGetSubTypeRelation(String)
See Also