DbPropertyEntry 类

定义

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbPropertyEntry : System.Data.Entity.Infrastructure.DbMemberEntry
public class DbPropertyEntry : System.Data.Entity.Infrastructure.DbMemberEntry
type DbPropertyEntry = class
    inherit DbMemberEntry
Public Class DbPropertyEntry
Inherits DbMemberEntry
继承
DbPropertyEntry
派生
属性

属性

CurrentValue

获取或设置此属性的当前值。

EntityEntry

DbEntityEntry此属性所属的 。

IsModified

获取或设置一个值,该值指示是否在从数据库加载此属性的值后修改了该值。

Name

获取属性名称。

OriginalValue

获取或设置此属性的原始值。

ParentProperty

DbPropertyEntry这是嵌套属性的 属性的 。 此方法仅为复杂对象的属性返回非 null 项;它将为实体本身的属性返回 null。

方法

Cast<TEntity,TProperty>()

返回等效的泛型 DbPropertyEntry<TEntity,TProperty> 对象。

Equals(Object)

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

(继承自 DbMemberEntry)
GetHashCode()

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

(继承自 DbMemberEntry)
GetType()

获取当前实例的 Type

(继承自 DbMemberEntry)
GetValidationErrors()

验证此属性。

(继承自 DbMemberEntry)
ToString()

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

(继承自 DbMemberEntry)

适用于