IEntityChangeTracker::EntityMemberChanged Method (String^)

 

Notifies the change tracker that a property of an entity type has changed.

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

void EntityMemberChanged(
	String^ entityMemberName
)

Parameters

entityMemberName
Type: System::String^

The name of the property that has changed.

EntityMemberChanged is used by EntityObject to report that a property has changed.

For more information, see Identity Resolution, State Management, and Change Tracking and Tracking Changes in POCO Entities.

.NET Framework
Available since 3.5
Return to top
Show: