ObjectStateEntry.IEntityChangeTracker.EntityMemberChanged(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the state manager that a property has changed.
virtual void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanged(System::String ^ entityMemberName) = System::Data::Objects::DataClasses::IEntityChangeTracker::EntityMemberChanged;
void IEntityChangeTracker.EntityMemberChanged (string entityMemberName);
abstract member System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanged : string -> unit
override this.System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanged : string -> unit
Sub EntityMemberChanged (entityMemberName As String) Implements IEntityChangeTracker.EntityMemberChanged
Parameters
- entityMemberName
- String
The name of the entity property that has changed.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.