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