ObjectStateEntry.GetModifiedProperties Method ()
Returns the names of an object’s properties that have changed since the last time SaveChanges was called.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections.Generic.IEnumerable<String>An IEnumerable<T> collection of names as string.