| QueryTarget Methods |
The QueryTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| As |
Specifies the target alias for the query target.
| |
| 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
| |
| FullJoin(IEntityRelation) |
Creates a new join of type FULL JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
| |
| FullJoin(IJoinOperand) |
Creates a new join of type FULL JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand.
| |
| FullJoin(IEntityRelation, String, String) |
Creates a new join of type FULL JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
| |
| 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
| |
| LeftJoin(IEntityRelation) |
Creates a new join of type LEFT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
| |
| LeftJoin(IJoinOperand) |
Creates a new join of type LEFT JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand.
| |
| LeftJoin(IEntityRelation, String, String) |
Creates a new join of type LEFT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
| |
| RightJoin(IEntityRelation) |
Creates a new join of type RIGHT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
| |
| RightJoin(IJoinOperand) |
Creates a new join of type RIGHT JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand.
| |
| RightJoin(IEntityRelation, String, String) |
Creates a new join of type RIGHT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified
|