DbReferenceEntry Class
Entity Framework 5.0
A non-generic version of the DbReferenceEntry(Of TEntity, TProperty) class.
System.Object
System.Data.Entity.Infrastructure.DbMemberEntry
System.Data.Entity.Infrastructure.DbReferenceEntry
System.Data.Entity.Infrastructure.DbMemberEntry
System.Data.Entity.Infrastructure.DbReferenceEntry
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbReferenceEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CurrentValue | Gets or sets the current value of the navigation property. The current value is the entity that the navigation property references. (Overrides DbMemberEntry.CurrentValue.) |
![]() | EntityEntry | The DbEntityEntry to which this navigation property belongs. (Overrides DbMemberEntry.EntityEntry.) |
![]() | IsLoaded | Gets a value indicating whether the entity has been loaded from the database. |
![]() | Name | Gets the property name. (Overrides DbMemberEntry.Name.) |
| Name | Description | |
|---|---|---|
![]() | Cast(Of TEntity, TProperty) | Returns the equivalent generic DbReferenceEntry(Of TEntity, TProperty) object. |
![]() | Equals | Returns whether the specified entry is equal to the current query. (Inherited from DbMemberEntry.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash function for the specified entry. (Inherited from DbMemberEntry.) |
![]() | GetType | Gets the type for the current entry. (Inherited from DbMemberEntry.) |
![]() | GetValidationErrors | Validates this property. (Inherited from DbMemberEntry.) |
![]() | Load | Loads the entity from the database. Note that if the entity already exists in the context, then it will not overwritten with values from the database. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Query | Returns the query that would be used to load this entity from the database. The returned query can be modified using LINQ to perform filtering or operations in the database. |
![]() | ToString | Returns a string representation of the database property values. (Inherited from DbMemberEntry.) |
Show:
