4 references to GetCurrentRelationValue
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (1)
2649EntityKey entityKey = relationshipEntry.GetCurrentRelationValue(i) as EntityKey;
System\Data\Objects\ObjectStateEntryDbUpdatableDataRecord.cs (1)
59return (_cacheEntry as RelationshipEntry).GetCurrentRelationValue(ordinal);
System\Data\Objects\RelationshipEntry.cs (2)
503EntityEntry entry1 = _cache.GetEntityEntry((EntityKey)GetCurrentRelationValue(0)); 505EntityEntry entry2 = _cache.GetEntityEntry((EntityKey)GetCurrentRelationValue(1));