ObjectStateEntry.GetModifiedProperties Method ()

 

Returns the names of an object’s properties that have changed since the last time SaveChanges was called.

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

public abstract IEnumerable<string> GetModifiedProperties()

Return Value

Type: System.Collections.Generic.IEnumerable<String>

An IEnumerable<T> collection of names as string.