Click or drag to resize
HybridJoinLeftJoin Method
Overload List
  NameDescription
Public methodLeftJoin(IEntityRelation)
Specifies a left join over the relationship specified as right operand. The left side of 'rightOperand' should match with the right operand of this element.
Public methodLeftJoin(IEntityRelation, String, String)
Specifies a left join over the relationship specified as right operand. The left side of 'rightOperand' should match with the right operand of this element.
Top
See Also