4 references to FromVariable
System.Data.Entity (4)
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 (3)
692
FragmentQuery tileQuery = new FragmentQuery(fragmentQuery.Description, fragmentQuery.
FromVariable
,
1218
Debug.Assert(view.
FromVariable
!= null);
1219
return view.
FromVariable
;