2 implementations of SetEntityKey
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWithKeyStrategy.cs (1)
39public void SetEntityKey(EntityKey key)
System\Data\Objects\Internal\PocoEntityKeyStrategy.cs (1)
38public void SetEntityKey(EntityKey key)
2 references to SetEntityKey
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWrapper.cs (2)
208_keyStrategy.SetEntityKey(key); 234_keyStrategy.SetEntityKey(value);