3 references to ParentKeys
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
1275if (fkConstraint.ParentKeys.Count == joinEdge.RightVars.Count && 2061foreach (string keyProp in fkConstraint.ParentKeys) 2154return TryEliminateRightTable(joinEdge, fkConstraint.ParentKeys.Count, true);