DbPropertyEntry<TEntity, TProperty>.IsModified Property

 

Gets or sets a value indicating whether the value of this property has been modified since it was loaded from the database.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsModified { get; set; }

Property Value

Type: System.Boolean

true if this instance is modified; otherwise, false .