Edit

Share via


IEntityChangeTracker.EntityComplexMemberChanging Method

Definition

Notifies the change tracker of a pending change to a complex property.

C#
public void EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName);

Parameters

entityMemberName
String

The name of the top-level entity property that is changing.

complexObject
Object

The complex type that contains the property that is changing.

complexObjectMemberName
String

The name of the property that is changing on complex type.

Remarks

EntityComplexMemberChanging is used by EntityObject and ComplexObject to report that a complex property is changing.

For more information, see Identity Resolution, State Management, and Change Tracking and Tracking Changes in POCO Entities.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1