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