2 implementations of GetEntityKey
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWithKeyStrategy.cs (1)
33
public EntityKey
GetEntityKey
()
System\Data\Objects\Internal\PocoEntityKeyStrategy.cs (1)
32
public EntityKey
GetEntityKey
()
1 reference to GetEntityKey
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapper.cs (1)
230
return _keyStrategy.
GetEntityKey
();