3 references to SetCurrentEntityValue
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
294
SetCurrentEntityValue
(_cacheTypeMetadata, ordinal, _wrappedEntity.Entity, originalValue);
1191
SetCurrentEntityValue
(_cacheTypeMetadata, ordinal, _wrappedEntity.Entity, newValue);
System\Data\Objects\ObjectStateEntryDbUpdatableDataRecord.cs (1)
75
(_cacheEntry as EntityEntry).
SetCurrentEntityValue
(_metadata, ordinal, _userObject, value);