IEntityChangeTracker.EntityMemberChanging Method (String)

 

Notifies the change tracker of a pending change to a property of an entity type.

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

void EntityMemberChanging(
	string entityMemberName
)

Parameters

entityMemberName
Type: System.String

The name of the property that is changing.