1 instantiation of TableDetailsRow
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
309return new TableDetailsRow(builder);
11 references to TableDetailsRow
System.Data.Entity.Design (11)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (10)
1096IList<TableDetailsRow>/*columns*/, 1103List<TableDetailsRow> singleTableColumns = new List<TableDetailsRow>(); 1105foreach (TableDetailsRow row in tableDetailsRows) 1147IList<TableDetailsRow> columns, 1202var tableColumn = columns.Where(c => c.ColumnName == pkColumn.Name).Single(); 1274IList<TableDetailsRow> columns, 1303IList<TableDetailsRow> columns, 1313foreach (TableDetailsRow row in columns) 1466private bool InferKeyColumns(LoadMethodSessionState session, IList<TableDetailsRow> columns, List<string> pKeys, DbObjectKey tableKey, ref ICollection<string> primaryKeys)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
318return typeof(TableDetailsRow);