DbPropertyEntry<TEntity, TProperty> Class
Instances of this class are returned from the Property method of DbEntityEntry<TEntity> and allow access to the state of the scalar or complex property.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Infrastructure::DbMemberEntry<TEntity, TProperty>
System.Data.Entity.Infrastructure::DbPropertyEntry<TEntity, TProperty>
System.Data.Entity.Infrastructure::DbComplexPropertyEntry<TEntity, TComplexProperty>
| Name | Description | |
|---|---|---|
![]() | CurrentValue | Gets or sets the current value of this property.(Overrides DbMemberEntry<TEntity, TProperty>::CurrentValue.) |
![]() | EntityEntry | The DbEntityEntry<TEntity> to which this property belongs.(Overrides DbMemberEntry<TEntity, TProperty>::EntityEntry.) |
![]() | IsModified | Gets or sets a value indicating whether the value of this property has been modified since it was loaded from the database. |
![]() | Name | Gets the property name.(Overrides DbMemberEntry<TEntity, TProperty>::Name.) |
![]() | OriginalValue | Gets or sets the original value of this property. |
![]() | ParentProperty | The DbPropertyEntry of the property for which this is a nested property. This method will only return a non-null entry for properties of complex objects; it will return null for properties of the entity itself. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Specifies whether the object is equal to the specified object.(Inherited from DbMemberEntry<TEntity, TProperty>.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code associated with the object.(Inherited from DbMemberEntry<TEntity, TProperty>.) |
![]() | GetType() | Gets the Type of the current instance.(Inherited from DbMemberEntry<TEntity, TProperty>.) |
![]() | GetValidationErrors() | Validates this property.(Inherited from DbMemberEntry<TEntity, TProperty>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of DbMemberEntry<TEntity, TProperty>.(Inherited from DbMemberEntry<TEntity, TProperty>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(DbPropertyEntry<TEntity, TProperty>^ to DbPropertyEntry^) | Returns a new instance of the non-generic DbPropertyEntry class for the property represented by this object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




