ObjectStateEntry.IEntityChangeTracker.EntityMemberChanging Method (String)
Used to report that a scalar entity property is about to change The current value of the specified property is cached when this method is called.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] void IEntityChangeTracker.EntityMemberChanging( string entityMemberName )
Parameters
- entityMemberName
-
Type:
System.String
The name of the entity property that is changing