ObjectStateEntry.IEntityChangeTracker.EntityComplexMemberChanged Method

Definition

Used to report that a complex property has been changed The property value that was cached during EntityMemberChanging is now added to OriginalValues

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

Parameters

entityMemberName
String

The name of the top-level entity property that has changed

complexObject
Object

The complex object that contains the property that changed

complexObjectMemberName
String

The name of the property that changed on complexObject

Implements

Attributes

Applies to