DbPropertyEntry.ParentProperty Property
The DbPropertyEntry of the property for which this is a nested property. This method will only return a non-null entry for properties of complex objects; it will return null for properties of the entity itself.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Data.Entity.Infrastructure.DbComplexPropertyEntryAn entry for the parent complex property, or null if this is an entity property.