5 references to GetOtherEntityKey
System.Data.Entity (5)
System\Data\Objects\DataClasses\EntityReference.cs (1)
138
attachedKey = relationshipEntry.RelationshipWrapper.
GetOtherEntityKey
(ownerKey);
System\Data\Objects\EntityEntry.cs (3)
1424
return _cache.GetEntityEntry(relationshipEntry.RelationshipWrapper.
GetOtherEntityKey
(this.EntityKey));
2556
EntityKey targetKey = relationshipEntry.RelationshipWrapper.
GetOtherEntityKey
(EntityKey);
2579
EntityKey targetKey = relationshipEntry.RelationshipWrapper.
GetOtherEntityKey
(EntityKey);
System\Data\Objects\ObjectStateManager.cs (1)
1190
if (targetKey == relationshipEntry.RelationshipWrapper.
GetOtherEntityKey
(sourceKey))