7 references to LeftFragmentQP
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
63get { return m_viewgenContext.LeftFragmentQP; }
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
87_qp = new RewritingProcessor<Tile<FragmentQuery>>(new DefaultTileProcessor<FragmentQuery>(context.LeftFragmentQP)); 153bool noWhereClauseNeeded = _context.LeftFragmentQP.IsContainedIn(_basicView.LeftFragmentQuery, _domainQuery); 1263return !_context.LeftFragmentQP.IsSatisfiable(FragmentQuery.Create(BoolExpression.CreateNot(query.Condition)));
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
596FragmentQueryProcessor qp = isLeft ? context.LeftFragmentQP : context.RightFragmentQP;
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
711comparer = context.LeftFragmentQP.IsContainedIn; 715comparer = context.LeftFragmentQP.IsDisjointFrom;