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