3 references to CreateFlatTableDefinition
System.Data.Entity (3)
System\Data\Query\InternalTrees\Command.cs (1)
331return CreateFlatTableDefinition(type.Properties, new List<EdmMember>(), null);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1183TableMD newTableMD = m_command.CreateFlatTableDefinition(properties, keyProperties, op.Table.TableMetadata.Extent); 1428newTableMetadata = m_command.CreateFlatTableDefinition(tvfReturnType.Properties, GetTvfResultKeys(processingTVF), null);