3 instantiations of ObjectStateEntryDbUpdatableDataRecord
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
403
return new
ObjectStateEntryDbUpdatableDataRecord
(this, _cacheTypeMetadata, _wrappedEntity.Entity);
1347
retValue = new
ObjectStateEntryDbUpdatableDataRecord
(this,
System\Data\Objects\RelationshipEntry.cs (1)
209
return new
ObjectStateEntryDbUpdatableDataRecord
(this);