2 references to IsConstraintPresentForTurningIntoInnerJoin
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
1137
if (useCompatMode ? (augmentedJoinNode.Children.All(c => c is AugmentedTableNode) && augmentedJoinNode.JoinEdges.All(joinEdge =>
IsConstraintPresentForTurningIntoInnerJoin
(joinEdge)))
1247
return AreAllTableRowsPreserved(rightNode, joinEdge.Right) &&
IsConstraintPresentForTurningIntoInnerJoin
(joinEdge);