DbMemberEntry<TEntity, TProperty> 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<TEntity, TProperty>, reference navigation properties use the derived class DbReferenceEntry<TEntity, TProperty>, and collection navigation properties use the derived class DbCollectionEntry<TEntity, TElement>.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Infrastructure.DbMemberEntry<TEntity, TProperty>
System.Data.Entity.Infrastructure.DbCollectionEntry<TEntity, TElement>
System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity, TProperty>
System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity, TProperty>
Name | Description | |
---|---|---|
![]() | DbMemberEntry<TEntity, TProperty>() | Initializes a new instance of the DbMemberEntry<TEntity, TProperty> class. |
Name | Description | |
---|---|---|
![]() | CurrentValue | Gets or sets the current value of this property. |
![]() | EntityEntry | The DbEntityEntry<TEntity> to which this member belongs. |
![]() | Name | Gets the name of the property. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Specifies whether the object is equal to the specified object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code associated with the object.(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 DbMemberEntry<TEntity, TProperty>.(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(DbMemberEntry<TEntity, TProperty> to DbMemberEntry) | Returns a new instance of the non-generic DbMemberEntry 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.