IEntityChangeTracker::EntityComplexMemberChanged Method (String^, Object^, String^)

 

Notifies the change tracker that a property of a complex type has changed.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

void EntityComplexMemberChanged(
	String^ entityMemberName,
	Object^ complexObject,
	String^ complexObjectMemberName
)

Parameters

entityMemberName
Type: System::String^

The name of the complex property of the entity type that has changed.

complexObject
Type: System::Object^

The complex type that contains the property that changed.

complexObjectMemberName
Type: System::String^

The name of the property that changed on complex type.

EntityComplexMemberChanged is used by ComplexObject to report that a property has changed.

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

.NET Framework
Available since 3.5
Return to top
Show: