DbPropertyEntry<TEntity,TProperty>.ParentProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個 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。