Sdílet prostřednictvím


DbCollectionEntry<TEntity,TElement>.CurrentValue Vlastnost

Definice

Získá nebo nastaví aktuální hodnotu navigační vlastnosti. Aktuální hodnota je entita, na kterou odkazuje navigační vlastnost.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public override System.Collections.Generic.ICollection<TElement> CurrentValue { get; set; }
member this.CurrentValue : System.Collections.Generic.ICollection<'Element> with get, set
Public Overrides Property CurrentValue As ICollection(Of TElement)

Hodnota vlastnosti

ICollection<TElement>

Aktuální hodnota.

Atributy

Platí pro