DbPropertyEntry<TEntity,TProperty> 类

定义

此类的实例从 的 Property 方法 DbEntityEntry<TEntity> 返回,并允许访问标量或复杂属性的状态。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbPropertyEntry<TEntity,TProperty> : System.Data.Entity.Infrastructure.DbMemberEntry<TEntity,TProperty> where TEntity : class
public class DbPropertyEntry<TEntity,TProperty> : System.Data.Entity.Infrastructure.DbMemberEntry<TEntity,TProperty> where TEntity : class
type DbPropertyEntry<'Entity, 'Property (requires 'Entity : null)> = class
    inherit DbMemberEntry<'Entity, 'Property (requires 'Entity : null)>
Public Class DbPropertyEntry(Of TEntity, TProperty)
Inherits DbMemberEntry(Of TEntity, TProperty)

类型参数

TEntity

此属性所属的实体的类型。

TProperty

属性的类型。

继承
DbPropertyEntry<TEntity,TProperty>
派生
属性

属性

CurrentValue

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

EntityEntry

DbEntityEntry<TEntity>此属性所属的 。

IsModified

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

Name

获取属性名称。

OriginalValue

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

ParentProperty

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

方法

Equals(Object)

此类的实例从 的 Property 方法 DbEntityEntry<TEntity> 返回,并允许访问标量或复杂属性的状态。

(继承自 DbMemberEntry<TEntity,TProperty>)
GetHashCode()

此类的实例从 的 Property 方法 DbEntityEntry<TEntity> 返回,并允许访问标量或复杂属性的状态。

(继承自 DbMemberEntry<TEntity,TProperty>)
GetType()

获取当前实例的 Type

(继承自 DbMemberEntry<TEntity,TProperty>)
GetValidationErrors()

验证此属性。

(继承自 DbMemberEntry<TEntity,TProperty>)
ToString()

此类的实例从 的 Property 方法 DbEntityEntry<TEntity> 返回,并允许访问标量或复杂属性的状态。

(继承自 DbMemberEntry<TEntity,TProperty>)

运算符

Implicit(DbPropertyEntry<TEntity,TProperty> to DbPropertyEntry)

返回由此 对象表示的属性的非泛型 DbPropertyEntry 类的新实例。

适用于