Click or drag to resize
QueryTargetLeftJoin Method
Overload List
  NameDescription
Public methodStatic memberLeftJoin(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
Public methodStatic memberLeftJoin(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.
Public methodStatic memberLeftJoin(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
Top
See Also