ObjectStateEntry::IEntityChangeTracker::EntityComplexMemberChanging Method (String^, Object^, String^)
.NET Framework (current version)
Notifies the state manager that a complex property has a pending change.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
private: virtual void EntityComplexMemberChanging( String^ entityMemberName, Object^ complexObject, String^ complexObjectMemberName ) sealed = IEntityChangeTracker::EntityComplexMemberChanging
Parameters
- entityMemberName
-
Type:
System::String^
The name of the complex property.
- 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: