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