10 references to LeftOuter
System.Data.Entity (10)
System\Data\Query\PlanCompiler\JoinGraph.cs (10)
435JoinKind joinKind = joinOpType == OpType.LeftOuterJoin ? JoinKind.LeftOuter : JoinKind.Inner; 906JoinKind joinKind = (opType == OpType.LeftOuterJoin) ? JoinKind.LeftOuter : JoinKind.Inner; 1009if (edge1.JoinKind == JoinKind.LeftOuter && 1017if (edge1.JoinKind == JoinKind.LeftOuter && edge1.RightVars.Count != edge2.LeftVars.Count) 1059else if (edge1.JoinKind == JoinKind.LeftOuter) 1720if (joinEdge.JoinKind == JoinKind.LeftOuter && !keyVars.IsSet(v)) 1810if (joinEdge.JoinKind == JoinKind.LeftOuter && !keyVars.IsSet(v)) 1935PlanCompiler.Assert(joinEdge.JoinKind == JoinKind.LeftOuter, "Expected left-outer-join"); 2003if (joinEdge.JoinKind == JoinKind.LeftOuter && fkConstraint.ChildMultiplicity == md.RelationshipMultiplicity.Many) 2221if (joinEdge.JoinKind == JoinKind.LeftOuter)