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

 

Notifies the state manager that a complex property has changed.

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

private:
virtual void EntityComplexMemberChanged(
	String^ entityMemberName,
	Object^ complexObject,
	String^ complexObjectMemberName
) sealed = IEntityChangeTracker::EntityComplexMemberChanged

Parameters

entityMemberName
Type: System::String^

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

complexObject
Type: System::Object^

The complex object that contains the property that is changing.

complexObjectMemberName
Type: System::String^

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

.NET Framework
Available since 3.5
Return to top
Show: