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.4.0.0 (5.4.0)
Syntax public virtual IEntityRelation GetSubTypeRelation(
string subTypeEntityName
)
Public Overridable 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
Implements
IRelationFactoryGetSubTypeRelation(String)See Also