DbReferenceEntry<TEntity, TProperty>.CurrentValue Property

 

Gets or sets the current value of the navigation property. The current value is the entity that the navigation property references.

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

public override TProperty CurrentValue { get; set; }

Property Value

Type: TProperty

The current value.