Compartir a través de


DbCollectionEntry<TEntity,TElement>.CurrentValue Propiedad

Definición

Obtiene o establece el valor actual de la propiedad de navegación. El valor actual es la entidad a que hace referencia la propiedad de navegación.

[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)

Valor de propiedad

ICollection<TElement>

El valor actual.

Atributos

Se aplica a