Click or drag to resize
JoinOperandExtensionMethodsCrossJoin Method
Overload List
  NameDescription
Public methodStatic memberCrossJoin(IJoinOperand, IEntityRelation)
Creates a new join of type CROSS JOIN between the left operand the method is called on and the right operand of the specified relationship, over the relationship specified
Public methodStatic memberCrossJoin(IJoinOperand, IJoinOperand)
Creates a new join of type CROSS JOIN between the left operand the method is called on and the specified right operand.
Public methodStatic memberCrossJoin(IJoinOperand, IEntityRelation, String, String)
Creates a new join of type CROSS 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