IEntityChangeTracker::EntityComplexMemberChanged Method (String^, Object^, String^)
.NET Framework (current version)
Notifies the change tracker that a property of a complex type has changed.
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
Available since 3.5
Show: