次の方法で共有


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。

適用対象