DbComplexPropertyEntry 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

非泛型版本的 DbComplexPropertyEntry<TEntity, TComplexProperty> 类。

继承层次结构

System.Object
  System.Data.Entity.Infrastructure.DbMemberEntry
    System.Data.Entity.Infrastructure.DbPropertyEntry
      System.Data.Entity.Infrastructure.DbComplexPropertyEntry

命名空间:  System.Data.Entity.Infrastructure
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Class DbComplexPropertyEntry _
    Inherits DbPropertyEntry
用法
Dim instance As DbComplexPropertyEntry
public class DbComplexPropertyEntry : DbPropertyEntry
public ref class DbComplexPropertyEntry : public DbPropertyEntry
type DbComplexPropertyEntry =  
    class 
        inherit DbPropertyEntry 
    end
public class DbComplexPropertyEntry extends DbPropertyEntry

DbComplexPropertyEntry 类型公开以下成员。

属性

  名称 描述
公共属性 CurrentValue 获取或设置此属性的当前值。 (继承自 DbPropertyEntry。)
公共属性 EntityEntry 此属性所属的 DbEntityEntry。 (继承自 DbPropertyEntry。)
公共属性 IsModified 获取或设置一个值,该值指示是否在从数据库加载此属性的值后修改了该值。 (继承自 DbPropertyEntry。)
公共属性 Name 获取属性名称。 (继承自 DbPropertyEntry。)
公共属性 OriginalValue 获取或设置此属性的原始值。 (继承自 DbPropertyEntry。)
公共属性 ParentProperty 此属性嵌套在其中的属性的 DbPropertyEntry。此方法仅为复杂对象的属性返回非 null 项;它将为实体本身的属性返回 null。 (继承自 DbPropertyEntry。)

顶部

方法

  名称 描述
公共方法 Cast<TEntity, TComplexProperty> 返回等效泛型 DbComplexPropertyEntry<TEntity, TComplexProperty> 对象。
公共方法 ComplexProperty 获取表示此属性的嵌套复杂属性的对象。
公共方法 Equals 确定指定的项是否等于当前项。 (继承自 DbMemberEntry。)
受保护的方法 Finalize (继承自 Object。)
公共方法 GetHashCode 返回此项的哈希函数。 (继承自 DbMemberEntry。)
公共方法 GetType 获取当前实例的 Type。 (继承自 DbMemberEntry。)
公共方法 GetValidationErrors 验证此属性。 (继承自 DbMemberEntry。)
受保护的方法 MemberwiseClone (继承自 Object。)
公共方法 Property 获取表示此属性的嵌套属性的对象。此方法可用于标量属性和/或复杂属性。
公共方法 ToString 返回数据库属性值的字符串表示形式。 (继承自 DbMemberEntry。)

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Infrastructure 命名空间