|
| 1 | +--- |
| 2 | +uid: SuperLinq.SuperEnumerable.LeftOuterHashJoin``3(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Collections.Generic.IEqualityComparer{``2}) |
| 3 | +example: [*content] |
| 4 | +--- |
| 5 | +The following code example demonstrates how to execute an left outer hash join of two sequences using `LeftOuterHashJoin`. |
| 6 | +[!code-csharp[](SuperLinq/LeftOuterHashJoin/LeftOuterHashJoin1.linq#L6-)] |
| 7 | + |
| 8 | +--- |
| 9 | +uid: SuperLinq.SuperEnumerable.LeftOuterHashJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``3},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) |
| 10 | +example: [*content] |
| 11 | +--- |
| 12 | +The following code example demonstrates how to execute an left outer hash join of two sequences using `LeftOuterHashJoin`. |
| 13 | +[!code-csharp[](SuperLinq/LeftOuterHashJoin/LeftOuterHashJoin2.linq#L6-)] |
| 14 | + |
| 15 | +--- |
| 16 | +uid: SuperLinq.SuperEnumerable.LeftOuterLoopJoin``3(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Collections.Generic.IEqualityComparer{``2}) |
| 17 | +example: [*content] |
| 18 | +--- |
| 19 | +The following code example demonstrates how to execute an left outer loop join of two sequences using `LeftOuterLoopJoin`. |
| 20 | +[!code-csharp[](SuperLinq/LeftOuterLoopJoin/LeftOuterLoopJoin1.linq#L6-)] |
| 21 | + |
| 22 | +--- |
| 23 | +uid: SuperLinq.SuperEnumerable.LeftOuterLoopJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``3},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) |
| 24 | +example: [*content] |
| 25 | +--- |
| 26 | +The following code example demonstrates how to execute an left outer loop join of two sequences using `LeftOuterLoopJoin`. |
| 27 | +[!code-csharp[](SuperLinq/LeftOuterLoopJoin/LeftOuterLoopJoin2.linq#L6-)] |
| 28 | + |
| 29 | +--- |
| 30 | +uid: SuperLinq.SuperEnumerable.LeftOuterMergeJoin``3(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Collections.Generic.IComparer{``2}) |
| 31 | +example: [*content] |
| 32 | +--- |
| 33 | +The following code example demonstrates how to execute an left outer merge join of two sequences using `LeftOuterMergeJoin`. |
| 34 | +[!code-csharp[](SuperLinq/LeftOuterMergeJoin/LeftOuterMergeJoin1.linq#L6-)] |
| 35 | + |
| 36 | +--- |
| 37 | +uid: SuperLinq.SuperEnumerable.LeftOuterMergeJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``3},System.Func{``0,``1,``3},System.Collections.Generic.IComparer{``2}) |
| 38 | +example: [*content] |
| 39 | +--- |
| 40 | +The following code example demonstrates how to execute an left outer merge join of two sequences using `LeftOuterMergeJoin`. |
| 41 | +[!code-csharp[](SuperLinq/LeftOuterMergeJoin/LeftOuterMergeJoin2.linq#L6-)] |
0 commit comments