QueryTargetRightJoin Method (IEntityRelation) | 
 
            Creates a new join of type RIGHT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic static HybridJoin RightJoin(
	IEntityRelation rightOperand
)
Public Shared Function RightJoin ( 
	rightOperand As IEntityRelation
) As HybridJoin
Parameters
- rightOperand
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship to join over 
Return Value
Type: 
HybridJointhe created join object
See Also