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