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.9.0.0 (5.9.0)
SyntaxIEntityRelation GetSubTypeRelation(
	string subTypeEntityName
)
Function GetSubTypeRelation ( 
	subTypeEntityName As String
) As IEntityRelation
Parameters
- subTypeEntityName
 - Type: SystemString
name of direct subtype which is a subtype of the current entity through the relation to return. 
Return Value
Type: 
IEntityRelationrelation which makes the current entity a supertype of the subtype entity with the name specified, or null if not applicable/found
See Also