ObjectStateEntry::GetModifiedProperties Method ()
.NET Framework (current version)
Returns the names of an object’s properties that have changed since the last time SaveChanges was called.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: System.Collections.Generic::IEnumerable<String^>^An IEnumerable<T> collection of names as string.
.NET Framework
Available since 3.5
Available since 3.5
Show: