2 references to ChildMultiplicity
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
2003if (joinEdge.JoinKind == JoinKind.LeftOuter && fkConstraint.ChildMultiplicity == md.RelationshipMultiplicity.Many) 2041return TryEliminateRightTable(joinEdge, fkConstraint.ChildKeys.Count, fkConstraint.ChildMultiplicity == md.RelationshipMultiplicity.One);