7 references to CreateDbObjectKey
System.Data.Entity.Design (7)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (7)
1107DbObjectKey rowKey = row.CreateDbObjectKey(objectType); 1155DbObjectKey tableKey = columns[0].CreateDbObjectKey(objectType); 1282DbObjectKey tableKey = columns[0].CreateDbObjectKey(objectType); 1349DbObjectKey key = row.CreateDbObjectKey(tableKey.ObjectType); 1373DbObjectKey key = row.CreateDbObjectKey(tableKey.ObjectType); 1402DbObjectKey key = row.CreateDbObjectKey(tableKey.ObjectType); 1430DbObjectKey key = row.CreateDbObjectKey(tableKey.ObjectType);