3 references to IsJoinOnFkConstraint
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
1273
if (
IsJoinOnFkConstraint
(fkConstraint, joinEdge.RightVars, joinEdge.LeftVars, out columnVars))
2009
if (!
IsJoinOnFkConstraint
(fkConstraint, joinEdge.LeftVars, joinEdge.RightVars, out childColumnVars))
2139
if (!
IsJoinOnFkConstraint
(fkConstraint, joinEdge.RightVars, joinEdge.LeftVars, out childColumnVars))