Click or drag to resize

HybridJoin.InnerJoin Method (IEntityRelation, String, String)

Specifies an Inner 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.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IJoinOperand InnerJoin(
	IEntityRelation rightOperand,
	string aliasStartEntity,
	string aliasEndEntity
)

Parameters

rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityRelation
The right operand.
aliasStartEntity
Type: System.String
The alias of the start entity in rightOperand.
aliasEndEntity
Type: System.String
The alias of the end entity in rightOperand.

Return Value

Type: IJoinOperand
See Also