ReferenceEntry<TEntity,TProperty>.CurrentValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前指派給這個屬性的值。 如果使用這個屬性設定目前的值,變更追蹤器就會知道變更,而且 DetectChanges() 內容不需要偵測變更。
public virtual TProperty CurrentValue { get; set; }
public virtual TProperty? CurrentValue { get; set; }
member this.CurrentValue : 'Property with get, set
Public Overridable Property CurrentValue As TProperty
屬性值
TProperty
備註
如需詳細資訊和範例,請參閱存取 EF Core 中的追蹤實體和變更外鍵和流覽。