QueryTargetLeftJoin Method |
Name | Description | |
---|---|---|
![]() ![]() | 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
|