| HybridJoinFullJoin Method (IEntityRelation, String, String) | 
            Specifies a full join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
            
 
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IJoinOperand FullJoin(
	IEntityRelation rightOperand,
	string aliasStartEntity,
	string aliasEndEntity
)
Public Function FullJoin ( 
	rightOperand As IEntityRelation,
	aliasStartEntity As String,
	aliasEndEntity As String
) As IJoinOperand
Parameters
- rightOperand
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The right operand. - aliasStartEntity
 - Type: SystemString
The alias of the start entity in rightOperand. - aliasEndEntity
 - Type: SystemString
The alias of the end entity in rightOperand. 
Return Value
Type: 
IJoinOperand
See Also