DbCollectionEntry<TEntity,TElement>.CurrentValue 属性

定义

获取或设置导航属性的当前值。 当前值为导航属性引用的实体。

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

属性值

ICollection<TElement>

当前值。

属性

适用于