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