DbMemberEntry(Of TEntity, TProperty) Class
Entity Framework 5.0
An abstract base class used to represent a scalar or complex property, or a navigation property of an entity. Scalar and complex properties use the derived class DbPropertyEntry(Of TEntity, TProperty), reference navigation properties use the derived class DbReferenceEntry(Of TEntity, TProperty), and collection navigation properties use the derived class DbCollectionEntry(Of TEntity, TElement).
System.Object
System.Data.Entity.Infrastructure.DbMemberEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbCollectionEntry(Of TEntity, TElement)
System.Data.Entity.Infrastructure.DbPropertyEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbReferenceEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbMemberEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbCollectionEntry(Of TEntity, TElement)
System.Data.Entity.Infrastructure.DbPropertyEntry(Of TEntity, TProperty)
System.Data.Entity.Infrastructure.DbReferenceEntry(Of TEntity, TProperty)
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbMemberEntry(Of TEntity, TProperty) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbMemberEntry(Of TEntity, TProperty) | Initializes a new instance of the DbMemberEntry(Of TEntity, TProperty) class. |
| Name | Description | |
|---|---|---|
![]() | CurrentValue | Gets or sets the current value of this property. |
![]() | EntityEntry | The DbEntityEntry(Of TEntity) to which this member belongs. |
![]() | Name | Gets the name of the database member entry. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns whether the specified query is equal to the current query. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash function for the specified query. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type for the current query. |
![]() | GetValidationErrors | Validates this property. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string representation of the database property values. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Widening(DbMemberEntry(Of TEntity, TProperty) to DbMemberEntry) | Returns a new instance of the non-generic DbMemberEntry class for the property represented by this object. |
Show:
