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