DbPropertyEntry 类

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

非泛型版本的 DbPropertyEntry<TEntity, TProperty> 类。

继承层次结构

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 DbPropertyEntry _
    Inherits DbMemberEntry
用法
Dim instance As DbPropertyEntry
public class DbPropertyEntry : DbMemberEntry
public ref class DbPropertyEntry : public DbMemberEntry
type DbPropertyEntry =  
    class 
        inherit DbMemberEntry 
    end
public class DbPropertyEntry extends DbMemberEntry

DbPropertyEntry 类型公开以下成员。

属性

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

顶部

方法

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

顶部

线程安全

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

请参阅

参考

System.Data.Entity.Infrastructure 命名空间