3 references to EntityKey
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (1)
3472
existingPrincipalKey = new
EntityKey
((EntitySet)existingPrincipalEntry.EntitySet, (IExtendedDataRecord)existingPrincipalEntry.CurrentValues);
System\Data\Objects\ObjectStateManager.cs (2)
1984
newKey = new
EntityKey
((EntitySet)entry.EntitySet, (IExtendedDataRecord)entry.CurrentValues);
3515
EntityKey permanentRelatedKey = new
EntityKey
((EntitySet)relatedEntry.EntitySet, (IExtendedDataRecord)relatedEntry.CurrentValues);