6 references to CreateTableInstance
System.Data.Entity (6)
System\Data\Query\InternalTrees\Command.cs (3)
1094
Table table = this.
CreateTableInstance
(tableMetadata);
1123
Table table = this.
CreateTableInstance
(tableMetadata);
1133
Table t = this.
CreateTableInstance
(Command.CreateTableDefinition(TypeHelpers.GetEdmType<CollectionType>(v.Type).TypeUsage));
System\Data\Query\InternalTrees\OpCopier.cs (1)
719
Table newTable = m_destCmd.
CreateTableInstance
(op.Table.TableMetadata);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1184
Table newTable = m_command.
CreateTableInstance
(newTableMD);
1434
Table newTable = m_command.
CreateTableInstance
(newTableMetadata);