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

 

Notifies the state manager that a property has a pending change.

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

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

Parameters

entityMemberName
Type: System::String^

The name of the entity property that is changing.

.NET Framework
Available since 3.5
Return to top
Show: