Click or drag to resize

JoinOperandExtensionMethodsInnerJoin Method

Overload List
  NameDescription
Public methodStatic memberInnerJoin(IJoinOperand, IEntityRelation)
Creates a new join of type INNER JOIN between the left operand the method is called on and the right operand of the specified relationship, over the relationship specified
Public methodStatic memberInnerJoin(IJoinOperand, IJoinOperand)
Creates a new join of type INNER JOIN between the left operand the method is called on and the specified right operand.
Public methodStatic memberInnerJoin(IJoinOperand, IEntityRelation, String, String)
Creates a new join of type INNER 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