| QueryTargetRightJoin Method (IJoinOperand) | 
 
            Creates a new join of type RIGHT JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static InnerOuterJoin RightJoin(
	IJoinOperand rightOperand
)
Public Shared Function RightJoin ( 
	rightOperand As IJoinOperand
) As InnerOuterJoin
Parameters
- rightOperand
 - Type: SD.LLBLGen.Pro.QuerySpecIJoinOperand
The element to join with. 
Return Value
Type: 
InnerOuterJointhe created join object
See Also