Click or drag to resize
HybridJoinInnerJoin Method
Overload List
  NameDescription
Public methodInnerJoin(IEntityRelation)
Specifies an Inner join over the relationship specified as right operand. The left side of 'rightOperand' should match with the right operand of this element.
Public methodInnerJoin(IEntityRelation, String, String)
Specifies an Inner 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