2 implementations of GetEntityKeyFromEntity
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
221
public abstract EntityKey
GetEntityKeyFromEntity
();
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
91
public EntityKey
GetEntityKeyFromEntity
()
4 references to GetEntityKeyFromEntity
System.Data.Entity (4)
System\Data\Objects\ObjectContext.cs (3)
535
EntityKey key = existingEntry != null ? existingEntry.EntityKey : wrappedEntity.
GetEntityKeyFromEntity
();
703
EntityKey key = wrappedEntity.
GetEntityKeyFromEntity
();
1104
EntityKey key = wrappedEntity.
GetEntityKeyFromEntity
();
System\Data\Objects\ObjectStateManager.cs (1)
357
dataObjectEntityKey = wrappedObject.
GetEntityKeyFromEntity
();