2 implementations of SetEntityKey
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWithKeyStrategy.cs (1)
39
public void
SetEntityKey
(EntityKey key)
System\Data\Objects\Internal\PocoEntityKeyStrategy.cs (1)
38
public 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);