QueryTargetFullJoin Method (IJoinOperand) | 
 
            Creates a new join of type FULL 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.12.0.0 (5.12.0)
Syntaxpublic static InnerOuterJoin FullJoin(
	IJoinOperand rightOperand
)
Public Shared Function FullJoin ( 
	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