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