1 override of Intersect
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
75internal override FragmentQuery Intersect(FragmentQuery q1, FragmentQuery q2)
1 reference to Intersect
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs (1)
69return new TileBinaryOperator<T_Query>(arg1, arg2, TileOpKind.Join, _tileQueryProcessor.Intersect(arg1.Query, arg2.Query));