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.

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


public abstract class DbMemberEntry

NameDescription
System_CAPS_protmethodDbMemberEntry()

Initializes a new instance of the DbMemberEntry class.

NameDescription
System_CAPS_pubpropertyCurrentValue

Gets or sets the current value of this property.

System_CAPS_pubpropertyEntityEntry

The DbEntityEntry to which this member belongs.

System_CAPS_pubpropertyName

Gets the name of the property.

NameDescription
System_CAPS_pubmethodCast<TEntity, TProperty>()

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

System_CAPS_pubmethodEquals(Object)

Determines whether the specified entry is equal to the current entry.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash function for this entry.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodGetValidationErrors()

Validates this property.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.