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