ObjectStateEntry.IEntityChangeTracker.EntityMemberChanging(String) Method

Definition

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.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IEntityChangeTracker.EntityMemberChanging (string entityMemberName);
Sub EntityMemberChanging (entityMemberName As String) Implements IEntityChangeTracker.EntityMemberChanging

Parameters

entityMemberName
String

The name of the entity property that is changing

Implements

Attributes

Applies to