diff --git a/src/EFCore/ChangeTracking/EntityEntry.cs b/src/EFCore/ChangeTracking/EntityEntry.cs index f7d260c5c77..c25337ae763 100644 --- a/src/EFCore/ChangeTracking/EntityEntry.cs +++ b/src/EFCore/ChangeTracking/EntityEntry.cs @@ -292,8 +292,14 @@ public virtual PropertyValues CurrentValues } /// - /// Gets the original property values for this entity. The original values are the property - /// values as they were when the entity was retrieved from the database. + /// + /// Gets the original property values for this entity. The original values are the property + /// values as they were when the entity was retrieved from the database. + /// + /// + /// Note that whenever real original property values are not available (e.g. entity was not yet + /// persisted to the database) this will default to the current property values of this entity. + /// /// /// The original values. public virtual PropertyValues OriginalValues