DbPropertyEntry.ParentProperty 属性

定义

DbPropertyEntry这是嵌套属性的 属性的 。 此方法仅为复杂对象的属性返回非 null 项;它将为实体本身的属性返回 null。

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ParentProperty { get; }
member this.ParentProperty : System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public ReadOnly Property ParentProperty As DbComplexPropertyEntry

属性值

父复杂属性的项,如果这是一个实体属性,则为 null。

适用于