6 references to FragmentQuery
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (4)
46return new FragmentQuery(null /*label*/, fromVariable, new HashSet<MemberPath>(cellQuery.GetProjectedMembers()), whereClause); 57return new FragmentQuery(label, null /* fromVariable */, new HashSet<MemberPath>(), whereClause); 62return new FragmentQuery(null /* no name */, null /* no fromVariable*/, attrs, whereClause); 67return new FragmentQuery(null /* no name */, null /* no fromVariable*/, new MemberPath[] { }, whereClause);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
150FragmentQuery derivedView = new FragmentQuery(String.Format(CultureInfo.InvariantCulture, "project({0})", view.Description), view.FromVariable,
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
692FragmentQuery tileQuery = new FragmentQuery(fragmentQuery.Description, fragmentQuery.FromVariable,