13 references to
System.Data.Entity (13)
System\Data\Query\InternalTrees\RelOps.cs (13)
27: base(opType) 32: base(opType) 156: base(OpType.Unnest) 204internal JoinBaseOp(OpType opType) : base(opType) { } 357internal ApplyBaseOp(OpType opType) : base(opType) { } 438private FilterOp() : base(OpType.Filter) { } 480: base(OpType.Project) 576: base(opType) 693protected GroupByBaseOp(OpType opType) : base(opType) 844protected SetOp(OpType opType) : base(opType) 988private DistinctOp() : base(OpType.Distinct) 1040private SingleRowOp() : base(OpType.SingleRow) { } 1084private SingleRowTableOp() : base(OpType.SingleRowTable) { }