Click or drag to resize
JoinOperandExtensionMethodsLeftJoin Method
Overload List
  NameDescription
Public methodStatic memberLeftJoin(IJoinOperand, IEntityRelation)
Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship, over the relationship specified
Public methodStatic memberLeftJoin(IJoinOperand, IJoinOperand)
Creates a new join of type LEFT JOIN between the left operand the method is called on and the specified right operand.
Public methodStatic memberLeftJoin(IJoinOperand, IEntityRelation, String, String)
Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship, over the relationship specified
Top
See Also