DbCollectionEntry<TEntity, TElement>.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)

[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public override ICollection<TElement> CurrentValue { get; set; }

Property Value

Type: System.Collections.Generic.ICollection<TElement>

The current value.