4 references to IsDisjointFrom
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (4)
351bool isSDisjoint = CompareS(ComparisonOP.IsDisjointFrom, m_viewgenContext, fragment1, fragment2, rightFragmentQuery1, rightFragmentQuery2); 352bool isCDisjoint = CompareC(ComparisonOP.IsDisjointFrom, m_viewgenContext, fragment1, fragment2, rightFragmentQuery1, rightFragmentQuery2); 713else if (op == ComparisonOP.IsDisjointFrom) 731else if (op == ComparisonOP.IsDisjointFrom)