DbMemberEntry Class

Definition

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.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public abstract class DbMemberEntry
public abstract class DbMemberEntry
type DbMemberEntry = class
Public MustInherit Class DbMemberEntry
Inheritance
DbMemberEntry
Derived
Attributes

Constructors

DbMemberEntry()

Properties

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.

Methods

Cast<TEntity,TProperty>()

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

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

GetValidationErrors()

Validates this property.

ToString()

Returns a string that represents the current object.

Applies to