/// <summary> /// Sets the left part of the join /// </summary> /// <value>The left.</value> public SortMergeJoinOperation Left(IOperation value) { left.Register(value); leftRegistered = true; return(this); }
/// <summary> /// Sets the left part of the join /// </summary> /// <value>The left.</value> public NestedLoopsJoinOperation Left(IOperation value) { left.Register(value); leftRegistered = true; return(this); }
/// <summary> /// Sets the right part of the join /// </summary> /// <value>The right.</value> public SortMergeJoinOperation Right(IOperation value) { right.Register(value); return(this); }
/// <summary> /// Sets the right part of the join /// </summary> /// <value>The right.</value> public NestedLoopsJoinOperation Right(IOperation value) { right.Register(value); return(this); }