共用方式為


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>

目前的值。

屬性

適用於