IEntityChangeTracker.EntityComplexMemberChanging Method (String, Object, String)
Notifies the change tracker of a pending change to a complex property.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "object")] void EntityComplexMemberChanging( string entityMemberName, object complexObject, string complexObjectMemberName )
Parameters
- entityMemberName
-
Type:
System.String
The name of the top-level entity property that is changing.
- complexObject
-
Type:
System.Object
The complex type that contains the property that is changing.
- complexObjectMemberName
-
Type:
System.String
The name of the property that is changing on complex type.