DbPropertyEntry<TEntity, TProperty>.ParentProperty プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
これが入れ子のプロパティとなっている DbPropertyEntry のプロパティ。 このメソッドは、複合オブジェクトのプロパティには null 以外のエントリのみを返します。そのエンティティ自体のプロパティには null を返します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property ParentProperty As DbComplexPropertyEntry
Get
'使用
Dim instance As DbPropertyEntry
Dim value As DbComplexPropertyEntry
value = instance.ParentProperty
public DbComplexPropertyEntry ParentProperty { get; }
public:
property DbComplexPropertyEntry^ ParentProperty {
DbComplexPropertyEntry^ get ();
}
member ParentProperty : DbComplexPropertyEntry
function get ParentProperty () : DbComplexPropertyEntry
プロパティ値
型 : System.Data.Entity.Infrastructure.DbComplexPropertyEntry
親の複合プロパティに対するエントリ。エンティティ プロパティの場合は null。