4 references to
System.Data.Entity (4)
System\Data\Query\InternalTrees\RelOps.cs (4)
837
:
this
(opType)
878
private UnionAllOp() :
base
(OpType.UnionAll) { }
920
private IntersectOp() :
base
(OpType.Intersect) { }
952
private ExceptOp() :
base
(OpType.Except) { }