ObjectStateEntry.IEntityChangeTracker.EntityComplexMemberChanged 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.
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