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