DbReferenceEntry<TEntity,TProperty>.CurrentValue Property

Definition

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

public override TProperty CurrentValue { get; set; }
member this.CurrentValue : 'Property with get, set
Public Overrides Property CurrentValue As TProperty

Property Value

TProperty

The current value.

Applies to