DbPropertyEntry Class

 

A non-generic version of the DbPropertyEntry<TEntity, TProperty> class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)


public class DbPropertyEntry : DbMemberEntry

NameDescription
System_CAPS_pubpropertyCurrentValue

Gets or sets the current value of this property.(Overrides DbMemberEntry.CurrentValue.)

System_CAPS_pubpropertyEntityEntry

The DbEntityEntry to which this property belongs.(Overrides DbMemberEntry.EntityEntry.)

System_CAPS_pubpropertyIsModified

Gets or sets a value indicating whether the value of this property has been modified since it was loaded from the database.

System_CAPS_pubpropertyName

Gets the property name.(Overrides DbMemberEntry.Name.)

System_CAPS_pubpropertyOriginalValue

Gets or sets the original value of this property.

System_CAPS_pubpropertyParentProperty

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.

NameDescription
System_CAPS_pubmethodCast<TEntity, TProperty>()

Returns the equivalent generic DbPropertyEntry<TEntity, TProperty> object.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified entry is equal to the current entry.(Inherited from DbMemberEntry.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash function for this entry.(Inherited from DbMemberEntry.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from DbMemberEntry.)

System_CAPS_pubmethodGetValidationErrors()

Validates this property.(Inherited from DbMemberEntry.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the database property values.(Inherited from DbMemberEntry.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.