Sdílet prostřednictvím


CollectionEntry<TEntity,TRelatedEntity>.CurrentValue Vlastnost

Definice

Získá nebo nastaví hodnotu aktuálně přiřazenou této vlastnosti. Pokud je aktuální hodnota nastavena pomocí této vlastnosti, sledování změn o změně ví a DetectChanges() není nutné, aby kontext změnu zjistil.

public virtual System.Collections.Generic.IEnumerable<TProperty> CurrentValue { get; set; }
public virtual System.Collections.Generic.IEnumerable<TRelatedEntity> CurrentValue { get; set; }
public virtual System.Collections.Generic.IEnumerable<TRelatedEntity>? CurrentValue { get; set; }
member this.CurrentValue : seq<'Property (requires 'Property : null)> with get, set
member this.CurrentValue : seq<'RelatedEntity (requires 'RelatedEntity : null)> with get, set
Public Overridable Property CurrentValue As IEnumerable(Of TProperty)
Public Overridable Property CurrentValue As IEnumerable(Of TRelatedEntity)

Hodnota vlastnosti

IEnumerable<TProperty>
IEnumerable<TRelatedEntity>

Poznámky

Další informace a příklady najdete v tématech Přístup ke sledovaným entitám v EF Corea Změna cizích klíčů a navigace .

Platí pro