DbPropertyEntry.ParentProperty 属性

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 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。

请参阅

参考

DbPropertyEntry 类

System.Data.Entity.Infrastructure 命名空间