3 references to ObjectStateEntryOriginalDbUpdatableDataRecord_Internal
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
1351
retValue = new
ObjectStateEntryOriginalDbUpdatableDataRecord_Internal
(this,
1647
return new
ObjectStateEntryOriginalDbUpdatableDataRecord_Internal
(this, _cacheTypeMetadata, _wrappedEntity.Entity);
System\Data\Objects\ObjectStateEntryOriginalDbUpdatableDataRecord.cs (1)
65
:
base
(cacheEntry, metadata, userObject)