DbMemberEntry Class
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.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Infrastructure.DbMemberEntry
System.Data.Entity.Infrastructure.DbCollectionEntry
System.Data.Entity.Infrastructure.DbPropertyEntry
System.Data.Entity.Infrastructure.DbReferenceEntry
Name | Description | |
---|---|---|
![]() | DbMemberEntry() | Initializes a new instance of the DbMemberEntry class. |
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<TEntity, TProperty>() | Returns the equivalent generic DbMemberEntry<TEntity, TProperty> object. |
![]() | Equals(Object) | Determines whether the specified entry is equal to the current entry.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash function for this entry.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | GetValidationErrors() | Validates this property. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the database property values.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.