3 references to GetEntityKey
System.Data.Entity (3)
System\Data\Objects\ObjectStateManager.cs (2)
1383UnloadReferenceRelatedEnds(cache, relationshipEntry, relationshipEntry.RelationshipWrapper.GetEntityKey(0), endMembers[1].Name); 1384UnloadReferenceRelatedEnds(cache, relationshipEntry, relationshipEntry.RelationshipWrapper.GetEntityKey(1), endMembers[0].Name);
System\Data\Objects\RelationshipEntry.cs (1)
401return _relationshipWrapper.GetEntityKey(ordinal);