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