7 references to GetPrimaryKeyForEntityType
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs (2)
54
ExtentKey key =
GetPrimaryKeyForEntityType
(prefix, entityType);
87
ExtentKey primaryKey =
GetPrimaryKeyForEntityType
(endPrefix, entityType);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
264
ExtentKey primaryKey = ExtentKey.
GetPrimaryKeyForEntityType
(prefix, ChildTable.ElementType);
588
ExtentKey primaryKey = ExtentKey.
GetPrimaryKeyForEntityType
(prefix, relationEnd.EntitySet.ElementType);
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (3)
111
ExtentKey tableKey = ExtentKey.
GetPrimaryKeyForEntityType
(tablePrefix, (EntityType)table.ElementType);
115
cSetKey = ExtentKey.
GetPrimaryKeyForEntityType
(cSetPrefix, (EntityType)cSet.ElementType);
159
ExtentKey tableKey = ExtentKey.
GetPrimaryKeyForEntityType
(tablePrefix, (EntityType)table.ElementType);