Click or drag to resize
JoinsRight Method (IEntityRelation, String, String)
Defines the join specified by the relationship as a right join

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static EntityRelationBasedJoin Right(
	IEntityRelation relationship,
	string aliasStartEntity,
	string aliasEndEntity
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship.
aliasStartEntity
Type: SystemString
The alias of the start entity.
aliasEndEntity
Type: SystemString
The alias of the end entity.

Return Value

Type: EntityRelationBasedJoin
See Also