ObjectStateEntry.IEntityChangeTracker.EntityComplexMemberChanged Method (String, Object, String)
Used to report that a complex property has been changed The property value that was cached during EntityMemberChanging is now added to OriginalValues
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] void IEntityChangeTracker.EntityComplexMemberChanged( string entityMemberName, object complexObject, string complexObjectMemberName )
Parameters
- entityMemberName
-
Type:
System.String
The name of the top-level entity property that has changed
- complexObject
-
Type:
System.Object
The complex object that contains the property that changed
- complexObjectMemberName
-
Type:
System.String
The name of the property that changed on complexObject