共用方式為


CollectionEntry.CurrentValue 屬性

定義

取得或設定目前指派給這個屬性的值。 如果使用這個屬性設定目前的值,變更追蹤器就會知道變更,而且 DetectChanges() 內容不需要偵測變更。

public virtual System.Collections.IEnumerable CurrentValue { get; set; }
public virtual System.Collections.IEnumerable? CurrentValue { get; set; }
member this.CurrentValue : System.Collections.IEnumerable with get, set
Public Overridable Property CurrentValue As IEnumerable

屬性值

備註

如需詳細資訊和範例,請參閱 存取 EF Core 中的追蹤實體變更外鍵和導覽

適用於