DbPropertyEntry(Of TEntity, TProperty) Class
Entity Framework 5.0
Instances of this class are returned from the Property method of DbEntityEntry(Of TEntity) and allow access to the state of the scalar or complex property.
System.Object
System.Data.Entity.Infrastructure.DbMemberEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbPropertyEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbComplexPropertyEntry(Of TEntity, TComplexProperty)
System.Data.Entity.Infrastructure.DbMemberEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbPropertyEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbComplexPropertyEntry(Of TEntity, TComplexProperty)
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbPropertyEntry(Of TEntity, TProperty) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CurrentValue | Gets or sets the current value of this property. (Overrides DbMemberEntry(Of TEntity, TProperty).CurrentValue.) |
![]() | EntityEntry | The DbEntityEntry(Of TEntity) to which this property belongs. (Overrides DbMemberEntry(Of 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(Of 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 | Returns whether the specified query is equal to the current query. (Inherited from DbMemberEntry(Of TEntity, TProperty).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash function for the specified query. (Inherited from DbMemberEntry(Of TEntity, TProperty).) |
![]() | GetType | Gets the type for the current query. (Inherited from DbMemberEntry(Of TEntity, TProperty).) |
![]() | GetValidationErrors | Validates this property. (Inherited from DbMemberEntry(Of TEntity, TProperty).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string representation of the database property values. (Inherited from DbMemberEntry(Of TEntity, TProperty).) |
| Name | Description | |
|---|---|---|
![]() ![]() | Widening(DbPropertyEntry(Of TEntity, TProperty) to DbPropertyEntry) | Returns a new instance of the non-generic DbPropertyEntry class for the property represented by this object. |
Show:
