QueryTargetInnerJoin Method | 
| Name | Description | |
|---|---|---|
| InnerJoin(IEntityRelation) | 
            Creates a new join of type INNER JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
              | |
| InnerJoin(IJoinOperand) | 
            Creates a new join of type INNER JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand. 
              | |
| InnerJoin(IEntityRelation, String, String) | 
            Creates a new join of type INNER JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
              |