The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbEntityEntry<TEntity>::GetDatabaseValues Method ()
Entity Framework 6.0
Queries the database for copies of the values of the tracked entity as they currently exist in the database. Note that changing the values in the returned dictionary will not update the values in the database. If the entity is not found in the database then null is returned.
Assembly: EntityFramework (in EntityFramework.dll)
public: [SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] DbPropertyValues^ GetDatabaseValues()
Show: