IEntityChangeTracker.EntityComplexMemberChanged Method
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 Managment, and Change Tracking and Tracking Changes in POCO Entities.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.