2 types derived from ScanTableBaseOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\RelOps.cs (2)
47
internal sealed class ScanTableOp :
ScanTableBaseOp
95
internal sealed class ScanViewOp :
ScanTableBaseOp
4 references to ScanTableBaseOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
481
protected override NodeInfo VisitTableOp(
ScanTableBaseOp
op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
82
protected virtual void VisitTableOp(
ScanTableBaseOp
op, Node n)
1182
protected virtual TResultType VisitTableOp(
ScanTableBaseOp
op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2069
private void HandleTableOpMetadata(
ScanTableBaseOp
op)