DbCollectionEntry.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 object CurrentValue { get; set; }
member this.CurrentValue : obj with get, set
Public Overrides Property CurrentValue As Object

Property Value

The current value.

Applies to