7 references to CreateScanTableOp
System.Data.Entity (7)
System\Data\Query\InternalTrees\OpCopier.cs (1)
676
ScanTableOp newScan = m_destCmd.
CreateScanTableOp
(op.Table.TableMetadata);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2147
ScanTableOp op = _iqtCommand.
CreateScanTableOp
(tableMetadata);
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
521
ScanTableOp tableOp = m_command.
CreateScanTableOp
(tableMD);
577
ScanTableOp tableOp = m_command.
CreateScanTableOp
(tableMetadata);
1662
ScanTableOp scanTableOp = m_command.
CreateScanTableOp
(Command.CreateTableDefinition(relSet));
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3237
ScanTableOp newScanTableOp = m_command.
CreateScanTableOp
(op.Table.TableMetadata);
4275
var scanTableOp = command.
CreateScanTableOp
(sourceTable.TableMetadata);