JoinOperandExtensionMethodsLeftJoin Method |
Name | Description | |
---|---|---|
LeftJoin(IJoinOperand, IEntityRelation) |
Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship,
over the relationship specified
| |
LeftJoin(IJoinOperand, IJoinOperand) |
Creates a new join of type LEFT JOIN between the left operand the method is called on and the specified right operand.
| |
LeftJoin(IJoinOperand, IEntityRelation, String, String) |
Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship,
over the relationship specified
|