ObjectStateEntry::IEntityChangeTracker::EntityMemberChanged Method (String^)

 

Notifies the state manager that a property has changed.

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

private:
virtual void EntityMemberChanged(
	String^ entityMemberName
) sealed = IEntityChangeTracker::EntityMemberChanged

Parameters

entityMemberName
Type: System::String^

The name of the entity property that has changed.

.NET Framework
Available since 3.5
Return to top
Show: