Click or drag to resize
IRelationFactoryGetSubTypeRelation 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.3.0.0 (5.3.0)
Syntax
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
See Also