DbMemberEntry 类

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

这是一个抽象基类,用于表示实体的标量/复杂属性或导航属性。 标量和复杂属性使用派生类 DbPropertyEntry,引用导航属性使用派生类 DbReferenceEntry,而集合导航属性使用派生类 DbCollectionEntry

继承层次结构

System.Object
  System.Data.Entity.Infrastructure.DbMemberEntry
    System.Data.Entity.Infrastructure.DbCollectionEntry
    System.Data.Entity.Infrastructure.DbPropertyEntry
    System.Data.Entity.Infrastructure.DbReferenceEntry

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

语法

声明
Public MustInherit Class DbMemberEntry
用法
Dim instance As DbMemberEntry
public abstract class DbMemberEntry
public ref class DbMemberEntry abstract
[<AbstractClassAttribute>]
type DbMemberEntry =  class end
public abstract class DbMemberEntry

DbMemberEntry 类型公开以下成员。

构造函数

  名称 描述
受保护的方法 DbMemberEntry 初始化 DbMemberEntry 类的新实例。

顶部

属性

  名称 描述
公共属性 CurrentValue 获取或设置此属性的当前值。
公共属性 EntityEntry 此成员所属的 DbEntityEntry
公共属性 Name 获取属性的名称。

顶部

方法

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

顶部

线程安全

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

请参阅

参考

System.Data.Entity.Infrastructure 命名空间